Html Css Color HEX #A0A30F Lucky

📋 copy color: '#A0A30F'

red 160 ◦ green 163 ◦ blue 15

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

Shades of Lucky #A0A30F

Tints of Lucky #A0A30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.44%

R = 47.34%
G = 48.22%
B = 4.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A0A30F (or 0xA0A30F) is known color: Lucky. HEX triplet: A0, A3 and 0F. RGB value is (160,163,15). Sum of RGB (Red+Green+Blue) = 160+163+15=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A30F is #5F5CF0. Grayscale: #919191. Windows color (decimal): -6249713 or 1024928. OLE color: 1024928.

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

Color convert

RGB 160 163 15 -
CMYK 0.02 0 0.91 0.36
HSL 61.22º 0.83% 0.35% -
HSV(B) 61.22º 0.91% 0.64% -
XYZ 27.68 33.7 5.5 -
YUV 145.23 54.51 138.53 -
System Red Green Blue C M Y K H S L
Decimal 160 163 15 0.02 0 0.91 0.36 61.22 0.83 0.35
Hex A0 A3 F 2 0 5B 24 3D 53 23
Octal 240 243 17 2 0 133 44 75 123 43
Binary 10100000 10100011 1111 10 0 1011011 100100 111101 1010011 100011

Color Harmonies of #A0A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A30F

Black with #A0A30F

Text Example


Text Example

White with #A0A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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