Html Css Color HEX #A09E12 Lucky

📋 copy color: '#A09E12'

red 160 ◦ green 158 ◦ blue 18

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

Shades of Lucky #A09E12

Tints of Lucky #A09E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.02%

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

R = 47.62%
G = 47.02%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A09E12 (or 0xA09E12) is known color: Lucky. HEX triplet: A0, 9E and 12. RGB value is (160,158,18). Sum of RGB (Red+Green+Blue) = 160+158+18=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09E12 is #5F61ED. Grayscale: #8F8F8F. Windows color (decimal): -6250990 or 1220256. OLE color: 1220256.

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

Color convert

RGB 160 158 18 -
CMYK 0 0.01 0.89 0.37
HSL 59.15º 0.8% 0.35% -
HSV(B) 59.15º 0.89% 0.63% -
XYZ 26.83 31.97 5.33 -
YUV 142.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 160 158 18 0 0.01 0.89 0.37 59.15 0.8 0.35
Hex A0 9E 12 0 1 59 25 3B 50 23
Octal 240 236 22 0 1 131 45 73 120 43
Binary 10100000 10011110 10010 0 1 1011001 100101 111011 1010000 100011

Color Harmonies of #A09E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E12

Black with #A09E12

Text Example


Text Example

White with #A09E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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