Html Css Color HEX #A66200 Golden Brown

📋 copy color: '#A66200'

red 166 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #A66200

Tints of Golden Brown #A66200

RGB

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

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

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

R = 62.88%
G = 37.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A66200 (or 0xA66200) is known color: Golden Brown. HEX triplet: A6, 62 and 00. RGB value is (166,98,0). Sum of RGB (Red+Green+Blue) = 166+98+0=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A66200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66200 is #599DFF. Grayscale: #6B6B6B. Windows color (decimal): -5873152 or 25254. OLE color: 25254.

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

Color convert

RGB 166 98 0 -
CMYK 0 0.41 1 0.35
HSL 35.42º 1% 0.33% -
HSV(B) 35.42º 1% 0.65% -
XYZ 20.09 16.84 2.19 -
YUV 107.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 166 98 0 0 0.41 1 0.35 35.42 1 0.33
Hex A6 62 0 0 29 64 23 23 64 21
Octal 246 142 0 0 51 144 43 43 144 41
Binary 10100110 1100010 0 0 101001 1100100 100011 100011 1100100 100001

Color Harmonies of #A66200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66200

Black with #A66200

Text Example


Text Example

White with #A66200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66200; }

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

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

background-color css

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

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

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

border-color css

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

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

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