Html Css Color HEX #A97136 Reno Sand

📋 copy color: '#A97136'

red 169 ◦ green 113 ◦ blue 54

#A97136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reno Sand #A97136

Tints of Reno Sand #A97136

RGB

 RED value IS 169 (66.41% from 255) = 50.3%

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 54 (21.48% from 255) = 16.07%

R = 50.3%
G = 33.63%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A97136 (or 0xA97136) is known color: 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

RGB 169 113 54 -
CMYK 0 0.33 0.68 0.34
HSL 30.78º 0.52% 0.44% -
HSV(B) 30.78º 0.68% 0.66% -
XYZ 22.93 20.51 6.24 -
YUV 123.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 169 113 54 0 0.33 0.68 0.34 30.78 0.52 0.44
Hex A9 71 36 0 21 44 22 1F 34 2C
Octal 251 161 66 0 41 104 42 37 64 54
Binary 10101001 1110001 110110 0 100001 1000100 100010 11111 110100 101100

Color Harmonies of #A97136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97136

Black with #A97136

Text Example


Text Example

White with #A97136

Text Example


Text Example

HTML Codes & Css Web 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>