Html Css Color HEX #A09519 Lucky

📋 copy color: '#A09519'

red 160 ◦ green 149 ◦ blue 25

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

Shades of Lucky #A09519

Tints of Lucky #A09519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 47.9%
G = 44.61%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A09519 (or 0xA09519) is known color: Lucky. HEX triplet: A0, 95 and 19. RGB value is (160,149,25). Sum of RGB (Red+Green+Blue) = 160+149+25=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A09519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09519 is #5F6AE6. Grayscale: #8A8A8A. Windows color (decimal): -6253287 or 1676704. OLE color: 1676704.

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

Color convert

RGB 160 149 25 -
CMYK 0 0.07 0.84 0.37
HSL 55.11º 0.73% 0.36% -
HSV(B) 55.11º 0.84% 0.63% -
XYZ 25.42 29.04 5.18 -
YUV 138.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 160 149 25 0 0.07 0.84 0.37 55.11 0.73 0.36
Hex A0 95 19 0 7 54 25 37 49 24
Octal 240 225 31 0 7 124 45 67 111 44
Binary 10100000 10010101 11001 0 111 1010100 100101 110111 1001001 100100

Color Harmonies of #A09519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09519

Black with #A09519

Text Example


Text Example

White with #A09519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09519; }

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

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

background-color css

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

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

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

border-color css

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

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

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