Html Css Color HEX #A86200 Golden Brown

📋 copy color: '#A86200'

red 168 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #A86200

Tints of Golden Brown #A86200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 63.16%
G = 36.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A86200 (or 0xA86200) is known color: Golden Brown. HEX triplet: A8, 62 and 00. RGB value is (168,98,0). Sum of RGB (Red+Green+Blue) = 168+98+0=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A86200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86200 is #579DFF. Grayscale: #6C6C6C. Windows color (decimal): -5742080 or 25256. OLE color: 25256.

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

Color convert

RGB 168 98 0 -
CMYK 0 0.42 1 0.34
HSL 35º 1% 0.33% -
HSV(B) 35º 1% 0.66% -
XYZ 20.52 17.06 2.21 -
YUV 107.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 168 98 0 0 0.42 1 0.34 35 1 0.33
Hex A8 62 0 0 2A 64 22 23 64 21
Octal 250 142 0 0 52 144 42 43 144 41
Binary 10101000 1100010 0 0 101010 1100100 100010 100011 1100100 100001

Color Harmonies of #A86200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86200

Black with #A86200

Text Example


Text Example

White with #A86200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86200; }

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

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

background-color css

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

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

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

border-color css

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

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

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