Html Css Color HEX #A09912 Lucky

📋 copy color: '#A09912'

red 160 ◦ green 153 ◦ blue 18

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

Shades of Lucky #A09912

Tints of Lucky #A09912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 48.34%
G = 46.22%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A09912 (or 0xA09912) is known color: Lucky. HEX triplet: A0, 99 and 12. RGB value is (160,153,18). Sum of RGB (Red+Green+Blue) = 160+153+18=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A09912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09912 is #5F66ED. Grayscale: #8C8C8C. Windows color (decimal): -6252270 or 1218976. OLE color: 1218976.

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

Color convert

RGB 160 153 18 -
CMYK 0 0.04 0.89 0.37
HSL 57.04º 0.8% 0.35% -
HSV(B) 57.04º 0.89% 0.63% -
XYZ 26 30.3 5.05 -
YUV 139.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 160 153 18 0 0.04 0.89 0.37 57.04 0.8 0.35
Hex A0 99 12 0 4 59 25 39 50 23
Octal 240 231 22 0 4 131 45 71 120 43
Binary 10100000 10011001 10010 0 100 1011001 100101 111001 1010000 100011

Color Harmonies of #A09912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09912

Black with #A09912

Text Example


Text Example

White with #A09912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09912; }

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

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

background-color css

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

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

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

border-color css

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

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

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