Html Css Color HEX #A0A316 Lucky

📋 copy color: '#A0A316'

red 160 ◦ green 163 ◦ blue 22

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

Shades of Lucky #A0A316

Tints of Lucky #A0A316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 46.38%
G = 47.25%
B = 6.38%

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

#A0A316 (or 0xA0A316) is known color: Lucky. HEX triplet: A0, A3 and 16. RGB value is (160,163,22). Sum of RGB (Red+Green+Blue) = 160+163+22=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A316 is #5F5CE9. Grayscale: #929292. Windows color (decimal): -6249706 or 1483680. OLE color: 1483680.

HSL color Cylindrical-coordinate representation of color #A0A316: hue angle of 61.28º degrees, saturation: 0.76, 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 #A0A316 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 22 -
CMYK 0.02 0 0.87 0.36
HSL 61.28º 0.76% 0.36% -
HSV(B) 61.28º 0.87% 0.64% -
XYZ 27.74 33.73 5.81 -
YUV 146.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 160 163 22 0.02 0 0.87 0.36 61.28 0.76 0.36
Hex A0 A3 16 2 0 57 24 3D 4C 24
Octal 240 243 26 2 0 127 44 75 114 44
Binary 10100000 10100011 10110 10 0 1010111 100100 111101 1001100 100100

Color Harmonies of #A0A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A316

Black with #A0A316

Text Example


Text Example

White with #A0A316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A316; }

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

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

background-color css

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

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

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

border-color css

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

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

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