Html Css Color HEX #A66A04 Golden Brown

📋 copy color: '#A66A04'

red 166 ◦ green 106 ◦ blue 4

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

Shades of Golden Brown #A66A04

Tints of Golden Brown #A66A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 60.14%
G = 38.41%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A66A04 (or 0xA66A04) is known color: Golden Brown. HEX triplet: A6, 6A and 04. RGB value is (166,106,4). Sum of RGB (Red+Green+Blue) = 166+106+4=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66A04 is #5995FB. Grayscale: #707070. Windows color (decimal): -5871100 or 289446. OLE color: 289446.

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

Color convert

RGB 166 106 4 -
CMYK 0 0.36 0.98 0.35
HSL 37.78º 0.95% 0.33% -
HSV(B) 37.78º 0.98% 0.65% -
XYZ 20.9 18.42 2.57 -
YUV 112.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 166 106 4 0 0.36 0.98 0.35 37.78 0.95 0.33
Hex A6 6A 4 0 24 62 23 26 5F 21
Octal 246 152 4 0 44 142 43 46 137 41
Binary 10100110 1101010 100 0 100100 1100010 100011 100110 1011111 100001

Color Harmonies of #A66A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A04

Black with #A66A04

Text Example


Text Example

White with #A66A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A04; }

 p { color: rgb(166,106,4); }

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

background-color css

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

 a { background-color: rgb(166,106,4); }

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

border-color css

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

 span { border-color: rgb(166,106,4); }

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