Html Css Color HEX #AA9505 Lucky

📋 copy color: '#AA9505'

red 170 ◦ green 149 ◦ blue 5

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

Shades of Lucky #AA9505

Tints of Lucky #AA9505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 52.47%
G = 45.99%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA9505 (or 0xAA9505) is known color: Lucky. HEX triplet: AA, 95 and 05. RGB value is (170,149,5). Sum of RGB (Red+Green+Blue) = 170+149+5=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9505 is #556AFA. Grayscale: #8B8B8B. Windows color (decimal): -5597947 or 365994. OLE color: 365994.

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

Color convert

RGB 170 149 5 -
CMYK 0 0.12 0.97 0.33
HSL 52.36º 0.94% 0.34% -
HSV(B) 52.36º 0.97% 0.67% -
XYZ 27.35 30.05 4.5 -
YUV 138.86 52.46 150.21 -
System Red Green Blue C M Y K H S L
Decimal 170 149 5 0 0.12 0.97 0.33 52.36 0.94 0.34
Hex AA 95 5 0 C 61 21 34 5E 22
Octal 252 225 5 0 14 141 41 64 136 42
Binary 10101010 10010101 101 0 1100 1100001 100001 110100 1011110 100010

Color Harmonies of #AA9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9505

Black with #AA9505

Text Example


Text Example

White with #AA9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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