Html Css Color HEX #A86B0D Golden Brown

📋 copy color: '#A86B0D'

red 168 ◦ green 107 ◦ blue 13

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

Shades of Golden Brown #A86B0D

Tints of Golden Brown #A86B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 58.33%
G = 37.15%
B = 4.51%

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

#A86B0D (or 0xA86B0D) is known color: Golden Brown. HEX triplet: A8, 6B and 0D. RGB value is (168,107,13). Sum of RGB (Red+Green+Blue) = 168+107+13=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86B0D is #5794F2. Grayscale: #727272. Windows color (decimal): -5739763 or 879528. OLE color: 879528.

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

Color convert

RGB 168 107 13 -
CMYK 0 0.36 0.92 0.34
HSL 36.39º 0.86% 0.35% -
HSV(B) 36.39º 0.92% 0.66% -
XYZ 21.48 18.87 2.89 -
YUV 114.52 70.71 166.14 -
System Red Green Blue C M Y K H S L
Decimal 168 107 13 0 0.36 0.92 0.34 36.39 0.86 0.35
Hex A8 6B D 0 24 5C 22 24 56 23
Octal 250 153 15 0 44 134 42 44 126 43
Binary 10101000 1101011 1101 0 100100 1011100 100010 100100 1010110 100011

Color Harmonies of #A86B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86B0D

Black with #A86B0D

Text Example


Text Example

White with #A86B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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