Html Css Color HEX #A09811 Lucky

📋 copy color: '#A09811'

red 160 ◦ green 152 ◦ blue 17

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

Shades of Lucky #A09811

Tints of Lucky #A09811

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.2%

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

R = 48.63%
G = 46.2%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A09811 (or 0xA09811) is known color: Lucky. HEX triplet: A0, 98 and 11. RGB value is (160,152,17). Sum of RGB (Red+Green+Blue) = 160+152+17=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A09811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09811 is #5F67EE. Grayscale: #8B8B8B. Windows color (decimal): -6252527 or 1153184. OLE color: 1153184.

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

Color convert

RGB 160 152 17 -
CMYK 0 0.05 0.89 0.37
HSL 56.64º 0.81% 0.35% -
HSV(B) 56.64º 0.89% 0.63% -
XYZ 25.83 29.97 4.95 -
YUV 139 59.15 142.98 -
System Red Green Blue C M Y K H S L
Decimal 160 152 17 0 0.05 0.89 0.37 56.64 0.81 0.35
Hex A0 98 11 0 5 59 25 39 51 23
Octal 240 230 21 0 5 131 45 71 121 43
Binary 10100000 10011000 10001 0 101 1011001 100101 111001 1010001 100011

Color Harmonies of #A09811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09811

Black with #A09811

Text Example


Text Example

White with #A09811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09811; }

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

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

background-color css

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

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

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

border-color css

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

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

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