Html Css Color HEX #A09411 Lucky

📋 copy color: '#A09411'

red 160 ◦ green 148 ◦ blue 17

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

Shades of Lucky #A09411

Tints of Lucky #A09411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

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

R = 49.23%
G = 45.54%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A09411 (or 0xA09411) is known color: Lucky. HEX triplet: A0, 94 and 11. RGB value is (160,148,17). Sum of RGB (Red+Green+Blue) = 160+148+17=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A09411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09411 is #5F6BEE. Grayscale: #898989. Windows color (decimal): -6253551 or 1152160. OLE color: 1152160.

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

Color convert

RGB 160 148 17 -
CMYK 0 0.07 0.89 0.37
HSL 54.97º 0.81% 0.35% -
HSV(B) 54.97º 0.89% 0.63% -
XYZ 25.19 28.69 4.74 -
YUV 136.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 160 148 17 0 0.07 0.89 0.37 54.97 0.81 0.35
Hex A0 94 11 0 7 59 25 37 51 23
Octal 240 224 21 0 7 131 45 67 121 43
Binary 10100000 10010100 10001 0 111 1011001 100101 110111 1010001 100011

Color Harmonies of #A09411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09411

Black with #A09411

Text Example


Text Example

White with #A09411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09411; }

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

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

background-color css

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

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

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

border-color css

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

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

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