#A97136

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

Shades of Reno Sand #A97136

Tints of Reno Sand #A97136

Color information

#A97136 (or 0xA97136) is unknown color: approx Reno Sand. HEX triplet: A9, 71 and 36. RGB value is (169,113,54). Sum of RGB (Red+Green+Blue) = 169+113+54=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A97136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97136 is #568EC9. Grayscale: #7B7B7B. Windows color (decimal): -5672650 or 3568041. OLE color: 3568041.

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

Color convert

RGB16911354-
CMYK00.330.680.34
HSL30.78º51.57%43.73%-
HSV(B)30.78º68.05%66.27%-
XYZ22.9320.516.24-
YUV123.0289.05160.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.30%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=50.30%
G=33.63%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691135400.330.680.3430.7851.5743.73
HexA9713602144221f342c
Octal2511616604110442376454
Binary1010100111100011101100100001100010010001011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97136; }

 p { color: rgb(169,113,54); }

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

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

 a { background-color: rgb(169,113,54); }

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

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

 span { border-color: rgb(169,113,54); }

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