Html Css Color HEX #A86800 Golden Brown

📋 copy color: '#A86800'

red 168 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #A86800

Tints of Golden Brown #A86800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

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

R = 61.76%
G = 38.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A86800 (or 0xA86800) is known color: Golden Brown. HEX triplet: A8, 68 and 00. RGB value is (168,104,0). Sum of RGB (Red+Green+Blue) = 168+104+0=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A86800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86800 is #5797FF. Grayscale: #6F6F6F. Windows color (decimal): -5740544 or 26792. OLE color: 26792.

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

Color convert

RGB 168 104 0 -
CMYK 0 0.38 1 0.34
HSL 37.14º 1% 0.33% -
HSV(B) 37.14º 1% 0.66% -
XYZ 21.1 18.23 2.41 -
YUV 111.28 65.2 168.46 -
System Red Green Blue C M Y K H S L
Decimal 168 104 0 0 0.38 1 0.34 37.14 1 0.33
Hex A8 68 0 0 26 64 22 25 64 21
Octal 250 150 0 0 46 144 42 45 144 41
Binary 10101000 1101000 0 0 100110 1100100 100010 100101 1100100 100001

Color Harmonies of #A86800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86800

Black with #A86800

Text Example


Text Example

White with #A86800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86800; }

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

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

background-color css

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

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

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

border-color css

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

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

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