Html Css Color HEX #A09D15 Lucky

📋 copy color: '#A09D15'

red 160 ◦ green 157 ◦ blue 21

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

Shades of Lucky #A09D15

Tints of Lucky #A09D15

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.45%

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

R = 47.34%
G = 46.45%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A09D15 (or 0xA09D15) is known color: Lucky. HEX triplet: A0, 9D and 15. RGB value is (160,157,21). Sum of RGB (Red+Green+Blue) = 160+157+21=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D15 is #5F62EA. Grayscale: #8E8E8E. Windows color (decimal): -6251243 or 1416608. OLE color: 1416608.

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

Color convert

RGB 160 157 21 -
CMYK 0 0.02 0.87 0.37
HSL 58.71º 0.77% 0.35% -
HSV(B) 58.71º 0.87% 0.63% -
XYZ 26.69 31.64 5.41 -
YUV 142.39 59.49 140.56 -
System Red Green Blue C M Y K H S L
Decimal 160 157 21 0 0.02 0.87 0.37 58.71 0.77 0.35
Hex A0 9D 15 0 2 57 25 3B 4D 23
Octal 240 235 25 0 2 127 45 73 115 43
Binary 10100000 10011101 10101 0 10 1010111 100101 111011 1001101 100011

Color Harmonies of #A09D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D15

Black with #A09D15

Text Example


Text Example

White with #A09D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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