Html Css Color HEX #AA5C04 Golden Brown

📋 copy color: '#AA5C04'

red 170 ◦ green 92 ◦ blue 4

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

Shades of Golden Brown #AA5C04

Tints of Golden Brown #AA5C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

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

R = 63.91%
G = 34.59%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA5C04 (or 0xAA5C04) is known color: Golden Brown. HEX triplet: AA, 5C and 04. RGB value is (170,92,4). Sum of RGB (Red+Green+Blue) = 170+92+4=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C04 is #55A3FB. Grayscale: #696969. Windows color (decimal): -5612540 or 285866. OLE color: 285866.

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

Color convert

RGB 170 92 4 -
CMYK 0 0.46 0.98 0.33
HSL 31.81º 0.95% 0.34% -
HSV(B) 31.81º 0.98% 0.67% -
XYZ 20.43 16.21 2.17 -
YUV 105.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 170 92 4 0 0.46 0.98 0.33 31.81 0.95 0.34
Hex AA 5C 4 0 2E 62 21 20 5F 22
Octal 252 134 4 0 56 142 41 40 137 42
Binary 10101010 1011100 100 0 101110 1100010 100001 100000 1011111 100010

Color Harmonies of #AA5C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C04

Black with #AA5C04

Text Example


Text Example

White with #AA5C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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