Html Css Color HEX #A09511 Lucky

📋 copy color: '#A09511'

red 160 ◦ green 149 ◦ blue 17

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

Shades of Lucky #A09511

Tints of Lucky #A09511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.71%

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

R = 49.08%
G = 45.71%
B = 5.21%

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

#A09511 (or 0xA09511) is known color: Lucky. HEX triplet: A0, 95 and 11. RGB value is (160,149,17). Sum of RGB (Red+Green+Blue) = 160+149+17=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A09511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09511 is #5F6AEE. Grayscale: #898989. Windows color (decimal): -6253295 or 1152416. OLE color: 1152416.

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

Color convert

RGB 160 149 17 -
CMYK 0 0.07 0.89 0.37
HSL 55.38º 0.81% 0.35% -
HSV(B) 55.38º 0.89% 0.63% -
XYZ 25.35 29.01 4.79 -
YUV 137.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 160 149 17 0 0.07 0.89 0.37 55.38 0.81 0.35
Hex A0 95 11 0 7 59 25 37 51 23
Octal 240 225 21 0 7 131 45 67 121 43
Binary 10100000 10010101 10001 0 111 1011001 100101 110111 1010001 100011

Color Harmonies of #A09511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09511

Black with #A09511

Text Example


Text Example

White with #A09511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09511; }

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

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

background-color css

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

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

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

border-color css

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

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

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