Html Css Color HEX #A66802 Golden Brown

📋 copy color: '#A66802'

red 166 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #A66802

Tints of Golden Brown #A66802

RGB

 RED value IS 166 (65.23% from 255) = 61.03%

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 61.03%
G = 38.24%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A66802 (or 0xA66802) is known color: Golden Brown. HEX triplet: A6, 68 and 02. RGB value is (166,104,2). Sum of RGB (Red+Green+Blue) = 166+104+2=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A66802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66802 is #5997FD. Grayscale: #6F6F6F. Windows color (decimal): -5871614 or 157862. OLE color: 157862.

HSL color Cylindrical-coordinate representation of color #A66802: hue angle of 37.32º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A66802 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 104 2 -
CMYK 0 0.37 0.99 0.35
HSL 37.32º 0.98% 0.33% -
HSV(B) 37.32º 0.99% 0.65% -
XYZ 20.69 18.01 2.44 -
YUV 110.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 166 104 2 0 0.37 0.99 0.35 37.32 0.98 0.33
Hex A6 68 2 0 25 63 23 25 62 21
Octal 246 150 2 0 45 143 43 45 142 41
Binary 10100110 1101000 10 0 100101 1100011 100011 100101 1100010 100001

Color Harmonies of #A66802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66802

Black with #A66802

Text Example


Text Example

White with #A66802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66802; }

 p { color: rgb(166,104,2); }

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

background-color css

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

 a { background-color: rgb(166,104,2); }

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

border-color css

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

 span { border-color: rgb(166,104,2); }

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