Html Css Color HEX #A5A210 Lucky

📋 copy color: '#A5A210'

red 165 ◦ green 162 ◦ blue 16

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

Shades of Lucky #A5A210

Tints of Lucky #A5A210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.23%

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 48.1%
G = 47.23%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A5A210 (or 0xA5A210) is known color: Lucky. HEX triplet: A5, A2 and 10. RGB value is (165,162,16). Sum of RGB (Red+Green+Blue) = 165+162+16=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A210 is #5A5DEF. Grayscale: #929292. Windows color (decimal): -5922288 or 1090213. OLE color: 1090213.

HSL color Cylindrical-coordinate representation of color #A5A210: hue angle of 58.79º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5A210 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 162 16 -
CMYK 0 0.02 0.90 0.35
HSL 58.79º 0.82% 0.35% -
HSV(B) 58.79º 0.9% 0.65% -
XYZ 28.53 33.88 5.53 -
YUV 146.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 165 162 16 0 0.02 0.90 0.35 58.79 0.82 0.35
Hex A5 A2 10 0 2 5A 23 3B 52 23
Octal 245 242 20 0 2 132 43 73 122 43
Binary 10100101 10100010 10000 0 10 1011010 100011 111011 1010010 100011

Color Harmonies of #A5A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A210

Black with #A5A210

Text Example


Text Example

White with #A5A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A210; }

 p { color: rgb(165,162,16); }

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

background-color css

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

 a { background-color: rgb(165,162,16); }

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

border-color css

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

 span { border-color: rgb(165,162,16); }

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