Html Css Color HEX #AAA51C Lucky

📋 copy color: '#AAA51C'

red 170 ◦ green 165 ◦ blue 28

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

Shades of Lucky #AAA51C

Tints of Lucky #AAA51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.45%

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 46.83%
G = 45.45%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AAA51C (or 0xAAA51C) is known color: Lucky. HEX triplet: AA, A5 and 1C. RGB value is (170,165,28). Sum of RGB (Red+Green+Blue) = 170+165+28=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA51C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA51C is #555AE3. Grayscale: #979797. Windows color (decimal): -5593828 or 1877418. OLE color: 1877418.

HSL color Cylindrical-coordinate representation of color #AAA51C: hue angle of 57.89º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAA51C is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 28 -
CMYK 0 0.03 0.84 0.33
HSL 57.89º 0.72% 0.39% -
HSV(B) 57.89º 0.84% 0.67% -
XYZ 30.24 35.54 6.36 -
YUV 150.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 170 165 28 0 0.03 0.84 0.33 57.89 0.72 0.39
Hex AA A5 1C 0 3 54 21 3A 48 27
Octal 252 245 34 0 3 124 41 72 110 47
Binary 10101010 10100101 11100 0 11 1010100 100001 111010 1001000 100111

Color Harmonies of #AAA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA51C

Black with #AAA51C

Text Example


Text Example

White with #AAA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA51C; }

 p { color: rgb(170,165,28); }

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

background-color css

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

 a { background-color: rgb(170,165,28); }

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

border-color css

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

 span { border-color: rgb(170,165,28); }

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