Html Css Color HEX #A09915 Lucky

📋 copy color: '#A09915'

red 160 ◦ green 153 ◦ blue 21

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

Shades of Lucky #A09915

Tints of Lucky #A09915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 21 (8.59% from 255) = 6.29%

R = 47.9%
G = 45.81%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A09915 (or 0xA09915) is known color: Lucky. HEX triplet: A0, 99 and 15. RGB value is (160,153,21). Sum of RGB (Red+Green+Blue) = 160+153+21=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A09915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09915 is #5F66EA. Grayscale: #8C8C8C. Windows color (decimal): -6252267 or 1415584. OLE color: 1415584.

HSL color Cylindrical-coordinate representation of color #A09915: hue angle of 56.98º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A09915 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 21 -
CMYK 0 0.04 0.87 0.37
HSL 56.98º 0.77% 0.35% -
HSV(B) 56.98º 0.87% 0.63% -
XYZ 26.02 30.31 5.19 -
YUV 140.05 60.82 142.23 -
System Red Green Blue C M Y K H S L
Decimal 160 153 21 0 0.04 0.87 0.37 56.98 0.77 0.35
Hex A0 99 15 0 4 57 25 39 4D 23
Octal 240 231 25 0 4 127 45 71 115 43
Binary 10100000 10011001 10101 0 100 1010111 100101 111001 1001101 100011

Color Harmonies of #A09915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09915

Black with #A09915

Text Example


Text Example

White with #A09915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09915; }

 p { color: rgb(160,153,21); }

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

background-color css

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

 a { background-color: rgb(160,153,21); }

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

border-color css

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

 span { border-color: rgb(160,153,21); }

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