Html Css Color HEX #A86B0E Golden Brown

📋 copy color: '#A86B0E'

red 168 ◦ green 107 ◦ blue 14

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

Shades of Golden Brown #A86B0E

Tints of Golden Brown #A86B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.02%

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

R = 58.13%
G = 37.02%
B = 4.84%

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

#A86B0E (or 0xA86B0E) is known color: Golden Brown. HEX triplet: A8, 6B and 0E. RGB value is (168,107,14). Sum of RGB (Red+Green+Blue) = 168+107+14=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86B0E is #5794F1. Grayscale: #737373. Windows color (decimal): -5739762 or 945064. OLE color: 945064.

HSL color Cylindrical-coordinate representation of color #A86B0E: hue angle of 36.23º 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 #A86B0E is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 107 14 -
CMYK 0 0.36 0.92 0.34
HSL 36.23º 0.85% 0.36% -
HSV(B) 36.23º 0.92% 0.66% -
XYZ 21.49 18.87 2.93 -
YUV 114.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 168 107 14 0 0.36 0.92 0.34 36.23 0.85 0.36
Hex A8 6B E 0 24 5C 22 24 55 24
Octal 250 153 16 0 44 134 42 44 125 44
Binary 10101000 1101011 1110 0 100100 1011100 100010 100100 1010101 100100

Color Harmonies of #A86B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86B0E

Black with #A86B0E

Text Example


Text Example

White with #A86B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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