Html Css Color HEX #AA6004 Golden Brown

📋 copy color: '#AA6004'

red 170 ◦ green 96 ◦ blue 4

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

Shades of Golden Brown #AA6004

Tints of Golden Brown #AA6004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

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

R = 62.96%
G = 35.56%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA6004 (or 0xAA6004) is known color: Golden Brown. HEX triplet: AA, 60 and 04. RGB value is (170,96,4). Sum of RGB (Red+Green+Blue) = 170+96+4=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6004 is #559FFB. Grayscale: #6C6C6C. Windows color (decimal): -5611516 or 286890. OLE color: 286890.

HSL color Cylindrical-coordinate representation of color #AA6004: hue angle of 33.25º 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 #AA6004 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 4 -
CMYK 0 0.44 0.98 0.33
HSL 33.25º 0.95% 0.34% -
HSV(B) 33.25º 0.98% 0.67% -
XYZ 20.78 16.92 2.29 -
YUV 107.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 170 96 4 0 0.44 0.98 0.33 33.25 0.95 0.34
Hex AA 60 4 0 2C 62 21 21 5F 22
Octal 252 140 4 0 54 142 41 41 137 42
Binary 10101010 1100000 100 0 101100 1100010 100001 100001 1011111 100010

Color Harmonies of #AA6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6004

Black with #AA6004

Text Example


Text Example

White with #AA6004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6004; }

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

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

background-color css

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

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

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

border-color css

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

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

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