Html Css Color HEX #A09011 Lucky

📋 copy color: '#A09011'

red 160 ◦ green 144 ◦ blue 17

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

Shades of Lucky #A09011

Tints of Lucky #A09011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.86%

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

R = 49.84%
G = 44.86%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A09011 (or 0xA09011) is known color: Lucky. HEX triplet: A0, 90 and 11. RGB value is (160,144,17). Sum of RGB (Red+Green+Blue) = 160+144+17=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A09011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09011 is #5F6FEE. Grayscale: #868686. Windows color (decimal): -6254575 or 1151136. OLE color: 1151136.

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

Color convert

RGB 160 144 17 -
CMYK 0 0.1 0.89 0.37
HSL 53.29º 0.81% 0.35% -
HSV(B) 53.29º 0.89% 0.63% -
XYZ 24.57 27.46 4.54 -
YUV 134.31 61.8 146.33 -
System Red Green Blue C M Y K H S L
Decimal 160 144 17 0 0.1 0.89 0.37 53.29 0.81 0.35
Hex A0 90 11 0 A 59 25 35 51 23
Octal 240 220 21 0 12 131 45 65 121 43
Binary 10100000 10010000 10001 0 1010 1011001 100101 110101 1010001 100011

Color Harmonies of #A09011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09011

Black with #A09011

Text Example


Text Example

White with #A09011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09011; }

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

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

background-color css

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

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

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

border-color css

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

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

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