Html Css Color HEX #A5AA1E Lucky

📋 copy color: '#A5AA1E'

red 165 ◦ green 170 ◦ blue 30

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

Shades of Lucky #A5AA1E

Tints of Lucky #A5AA1E

RGB

 RED value IS 165 (64.84% from 255) = 45.21%

 GREEN value IS 170 (66.8% from 255) = 46.58%

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

R = 45.21%
G = 46.58%
B = 8.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#A5AA1E (or 0xA5AA1E) is known color: Lucky. HEX triplet: A5, AA and 1E. RGB value is (165,170,30). Sum of RGB (Red+Green+Blue) = 165+170+30=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA1E is #5A55E1. Grayscale: #999999. Windows color (decimal): -5920226 or 2009765. OLE color: 2009765.

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

Color convert

RGB 165 170 30 -
CMYK 0.03 0 0.82 0.33
HSL 62.14º 0.7% 0.39% -
HSV(B) 62.14º 0.82% 0.67% -
XYZ 30.13 36.84 6.75 -
YUV 152.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 165 170 30 0.03 0 0.82 0.33 62.14 0.7 0.39
Hex A5 AA 1E 3 0 52 21 3E 46 27
Octal 245 252 36 3 0 122 41 76 106 47
Binary 10100101 10101010 11110 11 0 1010010 100001 111110 1000110 100111

Color Harmonies of #A5AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA1E

Black with #A5AA1E

Text Example


Text Example

White with #A5AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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