Html Css Color HEX #A09518 Lucky

📋 copy color: '#A09518'

red 160 ◦ green 149 ◦ blue 24

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

Shades of Lucky #A09518

Tints of Lucky #A09518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.21%

R = 48.05%
G = 44.74%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A09518 (or 0xA09518) is known color: Lucky. HEX triplet: A0, 95 and 18. RGB value is (160,149,24). Sum of RGB (Red+Green+Blue) = 160+149+24=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A09518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09518 is #5F6AE7. Grayscale: #8A8A8A. Windows color (decimal): -6253288 or 1611168. OLE color: 1611168.

HSL color Cylindrical-coordinate representation of color #A09518: hue angle of 55.15º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A09518 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 24 -
CMYK 0 0.07 0.85 0.37
HSL 55.15º 0.74% 0.36% -
HSV(B) 55.15º 0.85% 0.63% -
XYZ 25.41 29.03 5.13 -
YUV 138.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 160 149 24 0 0.07 0.85 0.37 55.15 0.74 0.36
Hex A0 95 18 0 7 55 25 37 4A 24
Octal 240 225 30 0 7 125 45 67 112 44
Binary 10100000 10010101 11000 0 111 1010101 100101 110111 1001010 100100

Color Harmonies of #A09518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09518

Black with #A09518

Text Example


Text Example

White with #A09518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09518; }

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

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

background-color css

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

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

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

border-color css

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

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

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