Html Css Color HEX #A86C0E Golden Brown

📋 copy color: '#A86C0E'

red 168 ◦ green 108 ◦ blue 14

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

Shades of Golden Brown #A86C0E

Tints of Golden Brown #A86C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 57.93%
G = 37.24%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A86C0E (or 0xA86C0E) is known color: Golden Brown. HEX triplet: A8, 6C and 0E. RGB value is (168,108,14). Sum of RGB (Red+Green+Blue) = 168+108+14=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86C0E is #5793F1. Grayscale: #737373. Windows color (decimal): -5739506 or 945320. OLE color: 945320.

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

Color convert

RGB 168 108 14 -
CMYK 0 0.36 0.92 0.34
HSL 36.62º 0.85% 0.36% -
HSV(B) 36.62º 0.92% 0.66% -
XYZ 21.59 19.08 2.96 -
YUV 115.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 168 108 14 0 0.36 0.92 0.34 36.62 0.85 0.36
Hex A8 6C E 0 24 5C 22 25 55 24
Octal 250 154 16 0 44 134 42 45 125 44
Binary 10101000 1101100 1110 0 100100 1011100 100010 100101 1010101 100100

Color Harmonies of #A86C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86C0E

Black with #A86C0E

Text Example


Text Example

White with #A86C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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