Html Css Color HEX #AAA814 Lucky

📋 copy color: '#AAA814'

red 170 ◦ green 168 ◦ blue 20

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

Shades of Lucky #AAA814

Tints of Lucky #AAA814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.93%

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 47.49%
G = 46.93%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AAA814 (or 0xAAA814) is known color: Lucky. HEX triplet: AA, A8 and 14. RGB value is (170,168,20). Sum of RGB (Red+Green+Blue) = 170+168+20=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA814 is #5557EB. Grayscale: #989898. Windows color (decimal): -5593068 or 1353898. OLE color: 1353898.

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

Color convert

RGB 170 168 20 -
CMYK 0 0.01 0.88 0.33
HSL 59.2º 0.79% 0.37% -
HSV(B) 59.2º 0.88% 0.67% -
XYZ 30.71 36.6 6.11 -
YUV 151.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 170 168 20 0 0.01 0.88 0.33 59.2 0.79 0.37
Hex AA A8 14 0 1 58 21 3B 4F 25
Octal 252 250 24 0 1 130 41 73 117 45
Binary 10101010 10101000 10100 0 1 1011000 100001 111011 1001111 100101

Color Harmonies of #AAA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA814

Black with #AAA814

Text Example


Text Example

White with #AAA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA814; }

 p { color: rgb(170,168,20); }

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

background-color css

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

 a { background-color: rgb(170,168,20); }

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

border-color css

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

 span { border-color: rgb(170,168,20); }

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