Html Css Color HEX #A86F37 Reno Sand

📋 copy color: '#A86F37'

red 168 ◦ green 111 ◦ blue 55

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

Shades of Reno Sand #A86F37

Tints of Reno Sand #A86F37

RGB

 RED value IS 168 (66.02% from 255) = 50.3%

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

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

R = 50.3%
G = 33.23%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A86F37 (or 0xA86F37) is known color: Reno Sand. HEX triplet: A8, 6F and 37. RGB value is (168,111,55). Sum of RGB (Red+Green+Blue) = 168+111+55=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86F37 is #5790C8. Grayscale: #797979. Windows color (decimal): -5738697 or 3633064. OLE color: 3633064.

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

Color convert

RGB 168 111 55 -
CMYK 0 0.34 0.67 0.34
HSL 29.73º 0.51% 0.44% -
HSV(B) 29.73º 0.67% 0.66% -
XYZ 22.52 19.97 6.28 -
YUV 121.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 168 111 55 0 0.34 0.67 0.34 29.73 0.51 0.44
Hex A8 6F 37 0 22 43 22 1E 33 2C
Octal 250 157 67 0 42 103 42 36 63 54
Binary 10101000 1101111 110111 0 100010 1000011 100010 11110 110011 101100

Color Harmonies of #A86F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86F37

Black with #A86F37

Text Example


Text Example

White with #A86F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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