Html Css Color HEX #A09E11 Lucky

📋 copy color: '#A09E11'

red 160 ◦ green 158 ◦ blue 17

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

Shades of Lucky #A09E11

Tints of Lucky #A09E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 47.76%
G = 47.16%
B = 5.07%

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

#A09E11 (or 0xA09E11) is known color: Lucky. HEX triplet: A0, 9E and 11. RGB value is (160,158,17). Sum of RGB (Red+Green+Blue) = 160+158+17=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09E11 is #5F61EE. Grayscale: #8F8F8F. Windows color (decimal): -6250991 or 1154720. OLE color: 1154720.

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

Color convert

RGB 160 158 17 -
CMYK 0 0.01 0.89 0.37
HSL 59.16º 0.81% 0.35% -
HSV(B) 59.16º 0.89% 0.63% -
XYZ 26.83 31.97 5.29 -
YUV 142.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 160 158 17 0 0.01 0.89 0.37 59.16 0.81 0.35
Hex A0 9E 11 0 1 59 25 3B 51 23
Octal 240 236 21 0 1 131 45 73 121 43
Binary 10100000 10011110 10001 0 1 1011001 100101 111011 1010001 100011

Color Harmonies of #A09E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E11

Black with #A09E11

Text Example


Text Example

White with #A09E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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