Html Css Color HEX #A09515 Lucky

📋 copy color: '#A09515'

red 160 ◦ green 149 ◦ blue 21

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

Shades of Lucky #A09515

Tints of Lucky #A09515

RGB

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

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

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

R = 48.48%
G = 45.15%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A09515 (or 0xA09515) is known color: Lucky. HEX triplet: A0, 95 and 15. RGB value is (160,149,21). Sum of RGB (Red+Green+Blue) = 160+149+21=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A09515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09515 is #5F6AEA. Grayscale: #8A8A8A. Windows color (decimal): -6253291 or 1414560. OLE color: 1414560.

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

Color convert

RGB 160 149 21 -
CMYK 0 0.07 0.87 0.37
HSL 55.25º 0.77% 0.35% -
HSV(B) 55.25º 0.87% 0.63% -
XYZ 25.38 29.02 4.97 -
YUV 137.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 160 149 21 0 0.07 0.87 0.37 55.25 0.77 0.35
Hex A0 95 15 0 7 57 25 37 4D 23
Octal 240 225 25 0 7 127 45 67 115 43
Binary 10100000 10010101 10101 0 111 1010111 100101 110111 1001101 100011

Color Harmonies of #A09515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09515

Black with #A09515

Text Example


Text Example

White with #A09515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09515; }

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

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

background-color css

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

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

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

border-color css

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

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

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