Html Css Color HEX #AAA515 Lucky

📋 copy color: '#AAA515'

red 170 ◦ green 165 ◦ blue 21

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

Shades of Lucky #AAA515

Tints of Lucky #AAA515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 47.75%
G = 46.35%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AAA515 (or 0xAAA515) is known color: Lucky. HEX triplet: AA, A5 and 15. RGB value is (170,165,21). Sum of RGB (Red+Green+Blue) = 170+165+21=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA515 is #555AEA. Grayscale: #969696. Windows color (decimal): -5593835 or 1418666. OLE color: 1418666.

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

Color convert

RGB 170 165 21 -
CMYK 0 0.03 0.88 0.33
HSL 57.99º 0.78% 0.37% -
HSV(B) 57.99º 0.88% 0.67% -
XYZ 30.17 35.51 5.97 -
YUV 150.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 170 165 21 0 0.03 0.88 0.33 57.99 0.78 0.37
Hex AA A5 15 0 3 58 21 3A 4E 25
Octal 252 245 25 0 3 130 41 72 116 45
Binary 10101010 10100101 10101 0 11 1011000 100001 111010 1001110 100101

Color Harmonies of #AAA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA515

Black with #AAA515

Text Example


Text Example

White with #AAA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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