#A97337

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

Shades of Reno Sand #A97337

Tints of Reno Sand #A97337

Color information

#A97337 (or 0xA97337) is unknown color: approx Reno Sand. HEX triplet: A9, 73 and 37. RGB value is (169,115,55). Sum of RGB (Red+Green+Blue) = 169+115+55=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A97337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97337 is #568CC8. Grayscale: #7C7C7C. Windows color (decimal): -5672137 or 3634089. OLE color: 3634089.

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

Color convert

RGB16911555-
CMYK00.320.670.34
HSL31.58º50.89%43.92%-
HSV(B)31.58º67.46%66.27%-
XYZ23.1820.976.44-
YUV124.3188.89159.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 55 (21.88% from 255) = 16.22%
R=49.85%
G=33.92%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691155500.320.670.3431.5850.8943.92
HexA97337020432220332c
Octal2511636704010342406354
Binary10101001111001111011101000001000011100010100000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97337; }

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

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

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

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

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

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

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

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