Html Css Color HEX #A5A20E Lucky

📋 copy color: '#A5A20E'

red 165 ◦ green 162 ◦ blue 14

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

Shades of Lucky #A5A20E

Tints of Lucky #A5A20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.11%

R = 48.39%
G = 47.51%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5A20E (or 0xA5A20E) is known color: Lucky. HEX triplet: A5, A2 and 0E. RGB value is (165,162,14). Sum of RGB (Red+Green+Blue) = 165+162+14=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A20E is #5A5DF1. Grayscale: #929292. Windows color (decimal): -5922290 or 959141. OLE color: 959141.

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

Color convert

RGB 165 162 14 -
CMYK 0 0.02 0.92 0.35
HSL 58.81º 0.84% 0.35% -
HSV(B) 58.81º 0.92% 0.65% -
XYZ 28.52 33.87 5.45 -
YUV 146.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 165 162 14 0 0.02 0.92 0.35 58.81 0.84 0.35
Hex A5 A2 E 0 2 5C 23 3B 54 23
Octal 245 242 16 0 2 134 43 73 124 43
Binary 10100101 10100010 1110 0 10 1011100 100011 111011 1010100 100011

Color Harmonies of #A5A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A20E

Black with #A5A20E

Text Example


Text Example

White with #A5A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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