Html Css Color HEX #A76F37 Reno Sand

📋 copy color: '#A76F37'

red 167 ◦ green 111 ◦ blue 55

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

Shades of Reno Sand #A76F37

Tints of Reno Sand #A76F37

RGB

 RED value IS 167 (65.63% from 255) = 50.15%

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 50.15%
G = 33.33%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A76F37 (or 0xA76F37) is known color: Reno Sand. HEX triplet: A7, 6F and 37. RGB value is (167,111,55). Sum of RGB (Red+Green+Blue) = 167+111+55=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76F37 is #5890C8. Grayscale: #797979. Windows color (decimal): -5804233 or 3633063. OLE color: 3633063.

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

Color convert

RGB 167 111 55 -
CMYK 0 0.34 0.67 0.35
HSL 30º 0.5% 0.44% -
HSV(B) 30º 0.67% 0.65% -
XYZ 22.31 19.86 6.27 -
YUV 121.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 167 111 55 0 0.34 0.67 0.35 30 0.5 0.44
Hex A7 6F 37 0 22 43 23 1E 32 2C
Octal 247 157 67 0 42 103 43 36 62 54
Binary 10100111 1101111 110111 0 100010 1000011 100011 11110 110010 101100

Color Harmonies of #A76F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F37

Black with #A76F37

Text Example


Text Example

White with #A76F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F37; }

 p { color: rgb(167,111,55); }

 H1.HeaderClassName
 {
   color: #A76F37;
 }
 .AnyTagClassName
 {
   color: #A76F37;
 }
</style>

background-color css

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

 a { background-color: rgb(167,111,55); }

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

border-color css

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

 span { border-color: rgb(167,111,55); }

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