#A77137

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

Shades of Reno Sand #A77137

Tints of Reno Sand #A77137

Color information

#A77137 (or 0xA77137) is unknown color: approx Reno Sand. HEX triplet: A7, 71 and 37. RGB value is (167,113,55). Sum of RGB (Red+Green+Blue) = 167+113+55=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A77137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77137 is #588EC8. Grayscale: #7A7A7A. Windows color (decimal): -5803721 or 3633575. OLE color: 3633575.

HSL color Cylindrical-coordinate representation of color #A77137: hue angle of 31.07º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A77137 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB16711355-
CMYK00.320.670.35
HSL31.07º50.45%43.53%-
HSV(B)31.07º67.07%65.49%-
XYZ22.5320.36.35-
YUV122.5389.89159.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 55 (21.88% from 255) = 16.42%
R=49.85%
G=33.73%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671135500.320.670.3531.0750.4543.53
HexA7713702043231f322c
Octal2471616704010343376254
Binary1010011111100011101110100000100001110001111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77137; }

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

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

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

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

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

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

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

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