Html Css Color HEX #AAA715 Lucky

📋 copy color: '#AAA715'

red 170 ◦ green 167 ◦ blue 21

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

Shades of Lucky #AAA715

Tints of Lucky #AAA715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.65%

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

R = 47.49%
G = 46.65%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AAA715 (or 0xAAA715) is known color: Lucky. HEX triplet: AA, A7 and 15. RGB value is (170,167,21). Sum of RGB (Red+Green+Blue) = 170+167+21=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA715 is #5558EA. Grayscale: #979797. Windows color (decimal): -5593323 or 1419178. OLE color: 1419178.

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

Color convert

RGB 170 167 21 -
CMYK 0 0.02 0.88 0.33
HSL 58.79º 0.78% 0.37% -
HSV(B) 58.79º 0.88% 0.67% -
XYZ 30.53 36.24 6.09 -
YUV 151.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 170 167 21 0 0.02 0.88 0.33 58.79 0.78 0.37
Hex AA A7 15 0 2 58 21 3B 4E 25
Octal 252 247 25 0 2 130 41 73 116 45
Binary 10101010 10100111 10101 0 10 1011000 100001 111011 1001110 100101

Color Harmonies of #AAA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA715

Black with #AAA715

Text Example


Text Example

White with #AAA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA715; }

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

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

background-color css

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

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

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

border-color css

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

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

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