Html Css Color HEX #A0A51F Lucky

📋 copy color: '#A0A51F'

red 160 ◦ green 165 ◦ blue 31

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

Shades of Lucky #A0A51F

Tints of Lucky #A0A51F

RGB

 RED value IS 160 (62.89% from 255) = 44.94%

 GREEN value IS 165 (64.84% from 255) = 46.35%

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

R = 44.94%
G = 46.35%
B = 8.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A0A51F (or 0xA0A51F) is known color: Lucky. HEX triplet: A0, A5 and 1F. RGB value is (160,165,31). Sum of RGB (Red+Green+Blue) = 160+165+31=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A51F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A51F is #5F5AE0. Grayscale: #949494. Windows color (decimal): -6249185 or 2074016. OLE color: 2074016.

HSL color Cylindrical-coordinate representation of color #A0A51F: hue angle of 62.24º 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 #A0A51F is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 31 -
CMYK 0.03 0 0.81 0.35
HSL 62.24º 0.68% 0.38% -
HSV(B) 62.24º 0.81% 0.65% -
XYZ 28.2 34.48 6.47 -
YUV 148.23 61.84 136.4 -
System Red Green Blue C M Y K H S L
Decimal 160 165 31 0.03 0 0.81 0.35 62.24 0.68 0.38
Hex A0 A5 1F 3 0 51 23 3E 44 26
Octal 240 245 37 3 0 121 43 76 104 46
Binary 10100000 10100101 11111 11 0 1010001 100011 111110 1000100 100110

Color Harmonies of #A0A51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A51F

Black with #A0A51F

Text Example


Text Example

White with #A0A51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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