Html Css Color HEX #A86C0B Golden Brown

📋 copy color: '#A86C0B'

red 168 ◦ green 108 ◦ blue 11

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

Shades of Golden Brown #A86C0B

Tints of Golden Brown #A86C0B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.63%

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 58.54%
G = 37.63%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A86C0B (or 0xA86C0B) is known color: Golden Brown. HEX triplet: A8, 6C and 0B. RGB value is (168,108,11). Sum of RGB (Red+Green+Blue) = 168+108+11=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86C0B is #5793F4. Grayscale: #737373. Windows color (decimal): -5739509 or 748712. OLE color: 748712.

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

Color convert

RGB 168 108 11 -
CMYK 0 0.36 0.93 0.34
HSL 37.07º 0.88% 0.35% -
HSV(B) 37.07º 0.93% 0.66% -
XYZ 21.57 19.07 2.86 -
YUV 114.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 168 108 11 0 0.36 0.93 0.34 37.07 0.88 0.35
Hex A8 6C B 0 24 5D 22 25 58 23
Octal 250 154 13 0 44 135 42 45 130 43
Binary 10101000 1101100 1011 0 100100 1011101 100010 100101 1011000 100011

Color Harmonies of #A86C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86C0B

Black with #A86C0B

Text Example


Text Example

White with #A86C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86C0B; }

 p { color: rgb(168,108,11); }

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

background-color css

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

 a { background-color: rgb(168,108,11); }

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

border-color css

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

 span { border-color: rgb(168,108,11); }

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