Html Css Color HEX #AAA80D Lucky

📋 copy color: '#AAA80D'

red 170 ◦ green 168 ◦ blue 13

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

Shades of Lucky #AAA80D

Tints of Lucky #AAA80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 48.43%
G = 47.86%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AAA80D (or 0xAAA80D) is known color: Lucky. HEX triplet: AA, A8 and 0D. RGB value is (170,168,13). Sum of RGB (Red+Green+Blue) = 170+168+13=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA80D is #5557F2. Grayscale: #979797. Windows color (decimal): -5593075 or 895146. OLE color: 895146.

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

Color convert

RGB 170 168 13 -
CMYK 0 0.01 0.92 0.33
HSL 59.24º 0.86% 0.36% -
HSV(B) 59.24º 0.92% 0.67% -
XYZ 30.65 36.58 5.83 -
YUV 150.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 170 168 13 0 0.01 0.92 0.33 59.24 0.86 0.36
Hex AA A8 D 0 1 5C 21 3B 56 24
Octal 252 250 15 0 1 134 41 73 126 44
Binary 10101010 10101000 1101 0 1 1011100 100001 111011 1010110 100100

Color Harmonies of #AAA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA80D

Black with #AAA80D

Text Example


Text Example

White with #AAA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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