Html Css Color HEX #AAA71E Lucky

📋 copy color: '#AAA71E'

red 170 ◦ green 167 ◦ blue 30

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

Shades of Lucky #AAA71E

Tints of Lucky #AAA71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 46.32%
G = 45.5%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AAA71E (or 0xAAA71E) is known color: Lucky. HEX triplet: AA, A7 and 1E. RGB value is (170,167,30). Sum of RGB (Red+Green+Blue) = 170+167+30=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA71E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA71E is #5558E1. Grayscale: #989898. Windows color (decimal): -5593314 or 2009002. OLE color: 2009002.

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

Color convert

RGB 170 167 30 -
CMYK 0 0.02 0.82 0.33
HSL 58.71º 0.7% 0.39% -
HSV(B) 58.71º 0.82% 0.67% -
XYZ 30.63 36.28 6.62 -
YUV 152.28 58.99 140.64 -
System Red Green Blue C M Y K H S L
Decimal 170 167 30 0 0.02 0.82 0.33 58.71 0.7 0.39
Hex AA A7 1E 0 2 52 21 3B 46 27
Octal 252 247 36 0 2 122 41 73 106 47
Binary 10101010 10100111 11110 0 10 1010010 100001 111011 1000110 100111

Color Harmonies of #AAA71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA71E

Black with #AAA71E

Text Example


Text Example

White with #AAA71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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