Html Css Color HEX #A0A315 Lucky

📋 copy color: '#A0A315'

red 160 ◦ green 163 ◦ blue 21

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

Shades of Lucky #A0A315

Tints of Lucky #A0A315

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.38%

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 46.51%
G = 47.38%
B = 6.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A0A315 (or 0xA0A315) is known color: Lucky. HEX triplet: A0, A3 and 15. RGB value is (160,163,21). Sum of RGB (Red+Green+Blue) = 160+163+21=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A315 is #5F5CEA. Grayscale: #929292. Windows color (decimal): -6249707 or 1418144. OLE color: 1418144.

HSL color Cylindrical-coordinate representation of color #A0A315: hue angle of 61.27º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0A315 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 21 -
CMYK 0.02 0 0.87 0.36
HSL 61.27º 0.77% 0.36% -
HSV(B) 61.27º 0.87% 0.64% -
XYZ 27.73 33.72 5.76 -
YUV 145.92 57.51 138.05 -
System Red Green Blue C M Y K H S L
Decimal 160 163 21 0.02 0 0.87 0.36 61.27 0.77 0.36
Hex A0 A3 15 2 0 57 24 3D 4D 24
Octal 240 243 25 2 0 127 44 75 115 44
Binary 10100000 10100011 10101 10 0 1010111 100100 111101 1001101 100100

Color Harmonies of #A0A315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A315

Black with #A0A315

Text Example


Text Example

White with #A0A315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A315; }

 p { color: rgb(160,163,21); }

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

background-color css

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

 a { background-color: rgb(160,163,21); }

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

border-color css

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

 span { border-color: rgb(160,163,21); }

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