Html Css Color HEX #A5A21F Lucky

📋 copy color: '#A5A21F'

red 165 ◦ green 162 ◦ blue 31

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

Shades of Lucky #A5A21F

Tints of Lucky #A5A21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.66%

R = 46.09%
G = 45.25%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5A21F (or 0xA5A21F) is known color: Lucky. HEX triplet: A5, A2 and 1F. RGB value is (165,162,31). Sum of RGB (Red+Green+Blue) = 165+162+31=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A21F is #5A5DE0. Grayscale: #949494. Windows color (decimal): -5922273 or 2073253. OLE color: 2073253.

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

Color convert

RGB 165 162 31 -
CMYK 0 0.02 0.81 0.35
HSL 58.66º 0.68% 0.38% -
HSV(B) 58.66º 0.81% 0.65% -
XYZ 28.68 33.94 6.34 -
YUV 147.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 165 162 31 0 0.02 0.81 0.35 58.66 0.68 0.38
Hex A5 A2 1F 0 2 51 23 3B 44 26
Octal 245 242 37 0 2 121 43 73 104 46
Binary 10100101 10100010 11111 0 10 1010001 100011 111011 1000100 100110

Color Harmonies of #A5A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A21F

Black with #A5A21F

Text Example


Text Example

White with #A5A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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