Html Css Color HEX #AA6604 Golden Brown

📋 copy color: '#AA6604'

red 170 ◦ green 102 ◦ blue 4

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

Shades of Golden Brown #AA6604

Tints of Golden Brown #AA6604

RGB

 RED value IS 170 (66.8% from 255) = 61.59%

 GREEN value IS 102 (40.23% from 255) = 36.96%

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

R = 61.59%
G = 36.96%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA6604 (or 0xAA6604) is known color: Golden Brown. HEX triplet: AA, 66 and 04. RGB value is (170,102,4). Sum of RGB (Red+Green+Blue) = 170+102+4=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6604 is #5599FB. Grayscale: #6F6F6F. Windows color (decimal): -5609980 or 288426. OLE color: 288426.

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

Color convert

RGB 170 102 4 -
CMYK 0 0.4 0.98 0.33
HSL 35.42º 0.95% 0.34% -
HSV(B) 35.42º 0.98% 0.67% -
XYZ 21.35 18.06 2.48 -
YUV 111.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 170 102 4 0 0.4 0.98 0.33 35.42 0.95 0.34
Hex AA 66 4 0 28 62 21 23 5F 22
Octal 252 146 4 0 50 142 41 43 137 42
Binary 10101010 1100110 100 0 101000 1100010 100001 100011 1011111 100010

Color Harmonies of #AA6604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6604

Black with #AA6604

Text Example


Text Example

White with #AA6604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6604; }

 p { color: rgb(170,102,4); }

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

background-color css

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

 a { background-color: rgb(170,102,4); }

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

border-color css

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

 span { border-color: rgb(170,102,4); }

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