Html Css Color HEX #A5A212 Lucky

📋 copy color: '#A5A212'

red 165 ◦ green 162 ◦ blue 18

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

Shades of Lucky #A5A212

Tints of Lucky #A5A212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.22%

R = 47.83%
G = 46.96%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A5A212 (or 0xA5A212) is known color: Lucky. HEX triplet: A5, A2 and 12. RGB value is (165,162,18). Sum of RGB (Red+Green+Blue) = 165+162+18=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A212 is #5A5DED. Grayscale: #939393. Windows color (decimal): -5922286 or 1221285. OLE color: 1221285.

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

Color convert

RGB 165 162 18 -
CMYK 0 0.02 0.89 0.35
HSL 58.78º 0.8% 0.36% -
HSV(B) 58.78º 0.89% 0.65% -
XYZ 28.55 33.88 5.61 -
YUV 146.48 55.49 141.21 -
System Red Green Blue C M Y K H S L
Decimal 165 162 18 0 0.02 0.89 0.35 58.78 0.8 0.36
Hex A5 A2 12 0 2 59 23 3B 50 24
Octal 245 242 22 0 2 131 43 73 120 44
Binary 10100101 10100010 10010 0 10 1011001 100011 111011 1010000 100100

Color Harmonies of #A5A212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A212

Black with #A5A212

Text Example


Text Example

White with #A5A212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A212; }

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

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

background-color css

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

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

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

border-color css

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

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

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