Html Css Color HEX #A09919 Lucky

📋 copy color: '#A09919'

red 160 ◦ green 153 ◦ blue 25

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

Shades of Lucky #A09919

Tints of Lucky #A09919

RGB

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

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

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

R = 47.34%
G = 45.27%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A09919 (or 0xA09919) is known color: Lucky. HEX triplet: A0, 99 and 19. RGB value is (160,153,25). Sum of RGB (Red+Green+Blue) = 160+153+25=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A09919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09919 is #5F66E6. Grayscale: #8D8D8D. Windows color (decimal): -6252263 or 1677728. OLE color: 1677728.

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

Color convert

RGB 160 153 25 -
CMYK 0 0.04 0.84 0.37
HSL 56.89º 0.73% 0.36% -
HSV(B) 56.89º 0.84% 0.63% -
XYZ 26.06 30.33 5.4 -
YUV 140.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 160 153 25 0 0.04 0.84 0.37 56.89 0.73 0.36
Hex A0 99 19 0 4 54 25 39 49 24
Octal 240 231 31 0 4 124 45 71 111 44
Binary 10100000 10011001 11001 0 100 1010100 100101 111001 1001001 100100

Color Harmonies of #A09919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09919

Black with #A09919

Text Example


Text Example

White with #A09919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09919; }

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

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

background-color css

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

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

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

border-color css

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

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

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