#A97236

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

Shades of Reno Sand #A97236

Tints of Reno Sand #A97236

Color information

#A97236 (or 0xA97236) is unknown color: approx Reno Sand. HEX triplet: A9, 72 and 36. RGB value is (169,114,54). Sum of RGB (Red+Green+Blue) = 169+114+54=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A97236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97236 is #568DC9. Grayscale: #7B7B7B. Windows color (decimal): -5672394 or 3568297. OLE color: 3568297.

HSL color Cylindrical-coordinate representation of color #A97236: hue angle of 31.3º 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 #A97236 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16911454-
CMYK00.330.680.34
HSL31.3º51.57%43.73%-
HSV(B)31.3º68.05%66.27%-
XYZ23.0520.746.28-
YUV123.688.72160.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=50.15%
G=33.83%
B=16.02%

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
Decimal1691145400.330.680.3431.351.5743.73
HexA9723602144221f342c
Octal2511626604110442376454
Binary1010100111100101101100100001100010010001011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97236; }

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

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

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

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

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

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

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

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