#A86B1B

Color #A86B1B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A86B1B

Tints of Golden Brown #A86B1B

Color information

#A86B1B (or 0xA86B1B) is unknown color: approx Golden Brown. HEX triplet: A8, 6B and 1B. RGB value is (168,107,27). Sum of RGB (Red+Green+Blue) = 168+107+27=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86B1B is #5794E4. Grayscale: #747474. Windows color (decimal): -5739749 or 1797032. OLE color: 1797032.

HSL color Cylindrical-coordinate representation of color #A86B1B: hue angle of 34.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A86B1B is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB16810727-
CMYK00.360.840.34
HSL34.04º72.31%38.24%-
HSV(B)34.04º83.93%65.88%-
XYZ21.618.923.55-
YUV116.1277.71165-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.63%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 27 (10.94% from 255) = 8.94%
R=55.63%
G=35.43%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681072700.360.840.3434.0472.3138.24
HexA86B1B0245422224826
Octal25015333044124424211046
Binary10101000110101111011010010010101001000101000101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B1B; }

 p { color: rgb(168,107,27); }

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

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

 a { background-color: rgb(168,107,27); }

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

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

 span { border-color: rgb(168,107,27); }

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