Html Css Color HEX #A09914 Lucky

📋 copy color: '#A09914'

red 160 ◦ green 153 ◦ blue 20

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

Shades of Lucky #A09914

Tints of Lucky #A09914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

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

R = 48.05%
G = 45.95%
B = 6.01%

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

#A09914 (or 0xA09914) is known color: Lucky. HEX triplet: A0, 99 and 14. RGB value is (160,153,20). Sum of RGB (Red+Green+Blue) = 160+153+20=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A09914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09914 is #5F66EB. Grayscale: #8C8C8C. Windows color (decimal): -6252268 or 1350048. OLE color: 1350048.

HSL color Cylindrical-coordinate representation of color #A09914: hue angle of 57º 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 #A09914 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 20 -
CMYK 0 0.04 0.88 0.37
HSL 57º 0.78% 0.35% -
HSV(B) 57º 0.88% 0.63% -
XYZ 26.01 30.31 5.14 -
YUV 139.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 160 153 20 0 0.04 0.88 0.37 57 0.78 0.35
Hex A0 99 14 0 4 58 25 39 4E 23
Octal 240 231 24 0 4 130 45 71 116 43
Binary 10100000 10011001 10100 0 100 1011000 100101 111001 1001110 100011

Color Harmonies of #A09914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09914

Black with #A09914

Text Example


Text Example

White with #A09914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09914; }

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

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

background-color css

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

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

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

border-color css

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

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

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