Html Css Color HEX #A09F11 Lucky

📋 copy color: '#A09F11'

red 160 ◦ green 159 ◦ blue 17

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

Shades of Lucky #A09F11

Tints of Lucky #A09F11

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.32%

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

R = 47.62%
G = 47.32%
B = 5.06%

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

#A09F11 (or 0xA09F11) is known color: Lucky. HEX triplet: A0, 9F and 11. RGB value is (160,159,17). Sum of RGB (Red+Green+Blue) = 160+159+17=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09F11 is #5F60EE. Grayscale: #8F8F8F. Windows color (decimal): -6250735 or 1154976. OLE color: 1154976.

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

Color convert

RGB 160 159 17 -
CMYK 0 0.01 0.89 0.37
HSL 59.58º 0.81% 0.35% -
HSV(B) 59.58º 0.89% 0.63% -
XYZ 27 32.31 5.34 -
YUV 143.11 56.83 140.05 -
System Red Green Blue C M Y K H S L
Decimal 160 159 17 0 0.01 0.89 0.37 59.58 0.81 0.35
Hex A0 9F 11 0 1 59 25 3C 51 23
Octal 240 237 21 0 1 131 45 74 121 43
Binary 10100000 10011111 10001 0 1 1011001 100101 111100 1010001 100011

Color Harmonies of #A09F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F11

Black with #A09F11

Text Example


Text Example

White with #A09F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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