#A87137

Color #A87137 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #A87137

Tints of Reno Sand #A87137

Color information

#A87137 (or 0xA87137) is unknown color: approx Reno Sand. HEX triplet: A8, 71 and 37. RGB value is (168,113,55). Sum of RGB (Red+Green+Blue) = 168+113+55=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A87137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87137 is #578EC8. Grayscale: #7B7B7B. Windows color (decimal): -5738185 or 3633576. OLE color: 3633576.

HSL color Cylindrical-coordinate representation of color #A87137: hue angle of 30.8º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A87137 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB16811355-
CMYK00.330.670.34
HSL30.8º50.67%43.73%-
HSV(B)30.8º67.26%65.88%-
XYZ22.7420.416.36-
YUV122.8389.72160.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 55 (21.88% from 255) = 16.37%
R=50%
G=33.63%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681135500.330.670.3430.850.6743.73
HexA8713702143221f332c
Octal2501616704110342376354
Binary1010100011100011101110100001100001110001011111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87137; }

 p { color: rgb(168,113,55); }

 H1.HeaderClassName
 {
   color: #A87137;
 }
 .AnyTagClassName
 {
   color: #A87137;
 }
</style>
background-color css

<style>
 a { background-color: #A87137; }

 a { background-color: rgb(168,113,55); }

 div.DivClassName
 {
   background-color: #A87137;
 }
 .BgClassName
 {
   background-color: #A87137;
 }
</style>
border-color css

<style>
 span { border-color: #A87137; }

 span { border-color: rgb(168,113,55); }

 td.TdClassName
 {
   border-color: #A87137;
 }
 .TagClassName
 {
   border-color: #A87137;
 }
</style>