Html Css Color HEX #A09019 Lucky

📋 copy color: '#A09019'

red 160 ◦ green 144 ◦ blue 25

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

Shades of Lucky #A09019

Tints of Lucky #A09019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.77%

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

R = 48.63%
G = 43.77%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A09019 (or 0xA09019) is known color: Lucky. HEX triplet: A0, 90 and 19. RGB value is (160,144,25). Sum of RGB (Red+Green+Blue) = 160+144+25=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A09019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09019 is #5F6FE6. Grayscale: #878787. Windows color (decimal): -6254567 or 1675424. OLE color: 1675424.

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

Color convert

RGB 160 144 25 -
CMYK 0 0.1 0.84 0.37
HSL 52.89º 0.73% 0.36% -
HSV(B) 52.89º 0.84% 0.63% -
XYZ 24.65 27.49 4.93 -
YUV 135.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 160 144 25 0 0.1 0.84 0.37 52.89 0.73 0.36
Hex A0 90 19 0 A 54 25 35 49 24
Octal 240 220 31 0 12 124 45 65 111 44
Binary 10100000 10010000 11001 0 1010 1010100 100101 110101 1001001 100100

Color Harmonies of #A09019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09019

Black with #A09019

Text Example


Text Example

White with #A09019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09019; }

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

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

background-color css

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

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

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

border-color css

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

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

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