Html Css Color HEX #A86206 Golden Brown

📋 copy color: '#A86206'

red 168 ◦ green 98 ◦ blue 6

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

Shades of Golden Brown #A86206

Tints of Golden Brown #A86206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 61.76%
G = 36.03%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A86206 (or 0xA86206) is known color: Golden Brown. HEX triplet: A8, 62 and 06. RGB value is (168,98,6). Sum of RGB (Red+Green+Blue) = 168+98+6=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A86206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86206 is #579DF9. Grayscale: #6C6C6C. Windows color (decimal): -5742074 or 418472. OLE color: 418472.

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

Color convert

RGB 168 98 6 -
CMYK 0 0.42 0.96 0.34
HSL 34.07º 0.93% 0.34% -
HSV(B) 34.07º 0.96% 0.66% -
XYZ 20.55 17.07 2.38 -
YUV 108.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 168 98 6 0 0.42 0.96 0.34 34.07 0.93 0.34
Hex A8 62 6 0 2A 60 22 22 5D 22
Octal 250 142 6 0 52 140 42 42 135 42
Binary 10101000 1100010 110 0 101010 1100000 100010 100010 1011101 100010

Color Harmonies of #A86206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86206

Black with #A86206

Text Example


Text Example

White with #A86206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86206; }

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

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

background-color css

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

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

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

border-color css

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

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

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