Html Css Color HEX #A86B00 Golden Brown

📋 copy color: '#A86B00'

red 168 ◦ green 107 ◦ blue 0

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

Shades of Golden Brown #A86B00

Tints of Golden Brown #A86B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.09%
G = 38.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A86B00 (or 0xA86B00) is known color: Golden Brown. HEX triplet: A8, 6B and 00. RGB value is (168,107,0). Sum of RGB (Red+Green+Blue) = 168+107+0=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86B00 is #5794FF. Grayscale: #717171. Windows color (decimal): -5739776 or 27560. OLE color: 27560.

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

Color convert

RGB 168 107 0 -
CMYK 0 0.36 1 0.34
HSL 38.21º 1% 0.33% -
HSV(B) 38.21º 1% 0.66% -
XYZ 21.41 18.84 2.51 -
YUV 113.04 64.21 167.2 -
System Red Green Blue C M Y K H S L
Decimal 168 107 0 0 0.36 1 0.34 38.21 1 0.33
Hex A8 6B 0 0 24 64 22 26 64 21
Octal 250 153 0 0 44 144 42 46 144 41
Binary 10101000 1101011 0 0 100100 1100100 100010 100110 1100100 100001

Color Harmonies of #A86B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86B00

Black with #A86B00

Text Example


Text Example

White with #A86B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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