Html Css Color HEX #A5AA1C Lucky

📋 copy color: '#A5AA1C'

red 165 ◦ green 170 ◦ blue 28

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

Shades of Lucky #A5AA1C

Tints of Lucky #A5AA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 45.45%
G = 46.83%
B = 7.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#A5AA1C (or 0xA5AA1C) is known color: Lucky. HEX triplet: A5, AA and 1C. RGB value is (165,170,28). Sum of RGB (Red+Green+Blue) = 165+170+28=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA1C is #5A55E3. Grayscale: #989898. Windows color (decimal): -5920228 or 1878693. OLE color: 1878693.

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

Color convert

RGB 165 170 28 -
CMYK 0.03 0 0.84 0.33
HSL 62.11º 0.72% 0.39% -
HSV(B) 62.11º 0.84% 0.67% -
XYZ 30.1 36.83 6.62 -
YUV 152.32 57.84 137.05 -
System Red Green Blue C M Y K H S L
Decimal 165 170 28 0.03 0 0.84 0.33 62.11 0.72 0.39
Hex A5 AA 1C 3 0 54 21 3E 48 27
Octal 245 252 34 3 0 124 41 76 110 47
Binary 10100101 10101010 11100 11 0 1010100 100001 111110 1001000 100111

Color Harmonies of #A5AA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA1C

Black with #A5AA1C

Text Example


Text Example

White with #A5AA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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