Html Css Color HEX #A09A14 Lucky

📋 copy color: '#A09A14'

red 160 ◦ green 154 ◦ blue 20

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

Shades of Lucky #A09A14

Tints of Lucky #A09A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.11%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 47.9%
G = 46.11%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A09A14 (or 0xA09A14) is known color: Lucky. HEX triplet: A0, 9A and 14. RGB value is (160,154,20). Sum of RGB (Red+Green+Blue) = 160+154+20=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09A14 is #5F65EB. Grayscale: #8D8D8D. Windows color (decimal): -6252012 or 1350304. OLE color: 1350304.

HSL color Cylindrical-coordinate representation of color #A09A14: hue angle of 57.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A09A14 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 154 20 -
CMYK 0 0.04 0.88 0.37
HSL 57.43º 0.78% 0.35% -
HSV(B) 57.43º 0.88% 0.63% -
XYZ 26.18 30.64 5.2 -
YUV 140.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 160 154 20 0 0.04 0.88 0.37 57.43 0.78 0.35
Hex A0 9A 14 0 4 58 25 39 4E 23
Octal 240 232 24 0 4 130 45 71 116 43
Binary 10100000 10011010 10100 0 100 1011000 100101 111001 1001110 100011

Color Harmonies of #A09A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A14

Black with #A09A14

Text Example


Text Example

White with #A09A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A14; }

 p { color: rgb(160,154,20); }

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

background-color css

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

 a { background-color: rgb(160,154,20); }

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

border-color css

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

 span { border-color: rgb(160,154,20); }

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