#A86F34

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

Shades of Reno Sand #A86F34

Tints of Reno Sand #A86F34

Color information

#A86F34 (or 0xA86F34) is unknown color: approx Reno Sand. HEX triplet: A8, 6F and 34. RGB value is (168,111,52). Sum of RGB (Red+Green+Blue) = 168+111+52=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86F34 is #5790CB. Grayscale: #797979. Windows color (decimal): -5738700 or 3436456. OLE color: 3436456.

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

Color convert

RGB16811152-
CMYK00.340.690.34
HSL30.52º52.73%43.14%-
HSV(B)30.52º69.05%65.88%-
XYZ22.4519.945.91-
YUV121.3288.88161.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=50.76%
G=33.53%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681115200.340.690.3430.5252.7343.14
HexA86F3402245221f352b
Octal2501576404210542376553
Binary1010100011011111101000100010100010110001011111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F34; }

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

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

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

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

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

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

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

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