Html Css Color HEX #AA9504 Lucky

📋 copy color: '#AA9504'

red 170 ◦ green 149 ◦ blue 4

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

Shades of Lucky #AA9504

Tints of Lucky #AA9504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

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

R = 52.63%
G = 46.13%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA9504 (or 0xAA9504) is known color: Lucky. HEX triplet: AA, 95 and 04. RGB value is (170,149,4). Sum of RGB (Red+Green+Blue) = 170+149+4=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9504 is #556AFB. Grayscale: #8B8B8B. Windows color (decimal): -5597948 or 300458. OLE color: 300458.

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

Color convert

RGB 170 149 4 -
CMYK 0 0.12 0.98 0.33
HSL 52.41º 0.95% 0.34% -
HSV(B) 52.41º 0.98% 0.67% -
XYZ 27.35 30.05 4.47 -
YUV 138.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 170 149 4 0 0.12 0.98 0.33 52.41 0.95 0.34
Hex AA 95 4 0 C 62 21 34 5F 22
Octal 252 225 4 0 14 142 41 64 137 42
Binary 10101010 10010101 100 0 1100 1100010 100001 110100 1011111 100010

Color Harmonies of #AA9504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9504

Black with #AA9504

Text Example


Text Example

White with #AA9504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9504; }

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

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

background-color css

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

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

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

border-color css

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

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

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