#A97237

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

Shades of Reno Sand #A97237

Tints of Reno Sand #A97237

Color information

#A97237 (or 0xA97237) is unknown color: approx Reno Sand. HEX triplet: A9, 72 and 37. RGB value is (169,114,55). Sum of RGB (Red+Green+Blue) = 169+114+55=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A97237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97237 is #568DC8. Grayscale: #7C7C7C. Windows color (decimal): -5672393 or 3633833. OLE color: 3633833.

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

Color convert

RGB16911455-
CMYK00.330.670.34
HSL31.05º50.89%43.92%-
HSV(B)31.05º67.46%66.27%-
XYZ23.0720.756.4-
YUV123.7289.22160.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 55 (21.88% from 255) = 16.27%
R=50%
G=33.73%
B=16.27%

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
Decimal1691145500.330.670.3431.0550.8943.92
HexA9723702143221f332c
Octal2511626704110342376354
Binary1010100111100101101110100001100001110001011111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97237; }

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

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

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

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

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

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

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

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