Html Css Color HEX #AAA813 Lucky

📋 copy color: '#AAA813'

red 170 ◦ green 168 ◦ blue 19

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

Shades of Lucky #AAA813

Tints of Lucky #AAA813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 47.62%
G = 47.06%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAA813 (or 0xAAA813) is known color: Lucky. HEX triplet: AA, A8 and 13. RGB value is (170,168,19). Sum of RGB (Red+Green+Blue) = 170+168+19=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA813 is #5557EC. Grayscale: #989898. Windows color (decimal): -5593069 or 1288362. OLE color: 1288362.

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

Color convert

RGB 170 168 19 -
CMYK 0 0.01 0.89 0.33
HSL 59.21º 0.8% 0.37% -
HSV(B) 59.21º 0.89% 0.67% -
XYZ 30.7 36.6 6.06 -
YUV 151.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 170 168 19 0 0.01 0.89 0.33 59.21 0.8 0.37
Hex AA A8 13 0 1 59 21 3B 50 25
Octal 252 250 23 0 1 131 41 73 120 45
Binary 10101010 10101000 10011 0 1 1011001 100001 111011 1010000 100101

Color Harmonies of #AAA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA813

Black with #AAA813

Text Example


Text Example

White with #AAA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA813; }

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

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

background-color css

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

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

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

border-color css

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

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

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