#A97139

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

Shades of Reno Sand #A97139

Tints of Reno Sand #A97139

Color information

#A97139 (or 0xA97139) is unknown color: approx Reno Sand. HEX triplet: A9, 71 and 39. RGB value is (169,113,57). Sum of RGB (Red+Green+Blue) = 169+113+57=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A97139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97139 is #568EC6. Grayscale: #7B7B7B. Windows color (decimal): -5672647 or 3764649. OLE color: 3764649.

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

Color convert

RGB16911357-
CMYK00.330.660.34
HSL30º49.56%44.31%-
HSV(B)30º66.27%66.27%-
XYZ23.0120.546.62-
YUV123.3690.55160.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 16.81%
R=49.85%
G=33.33%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691135700.330.660.343049.5644.31
HexA9713902142221e322c
Octal2511617104110242366254
Binary1010100111100011110010100001100001010001011110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97139; }

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

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

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

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

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

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

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

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