Html Css Color HEX #A86C11 Golden Brown

📋 copy color: '#A86C11'

red 168 ◦ green 108 ◦ blue 17

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

Shades of Golden Brown #A86C11

Tints of Golden Brown #A86C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 57.34%
G = 36.86%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A86C11 (or 0xA86C11) is known color: Golden Brown. HEX triplet: A8, 6C and 11. RGB value is (168,108,17). Sum of RGB (Red+Green+Blue) = 168+108+17=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86C11 is #5793EE. Grayscale: #737373. Windows color (decimal): -5739503 or 1141928. OLE color: 1141928.

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

Color convert

RGB 168 108 17 -
CMYK 0 0.36 0.90 0.34
HSL 36.16º 0.82% 0.36% -
HSV(B) 36.16º 0.9% 0.66% -
XYZ 21.61 19.09 3.08 -
YUV 115.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 168 108 17 0 0.36 0.90 0.34 36.16 0.82 0.36
Hex A8 6C 11 0 24 5A 22 24 52 24
Octal 250 154 21 0 44 132 42 44 122 44
Binary 10101000 1101100 10001 0 100100 1011010 100010 100100 1010010 100100

Color Harmonies of #A86C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86C11

Black with #A86C11

Text Example


Text Example

White with #A86C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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