Html Css Color HEX #A09219 Lucky

📋 copy color: '#A09219'

red 160 ◦ green 146 ◦ blue 25

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

Shades of Lucky #A09219

Tints of Lucky #A09219

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

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

R = 48.34%
G = 44.11%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A09219 (or 0xA09219) is known color: Lucky. HEX triplet: A0, 92 and 19. RGB value is (160,146,25). Sum of RGB (Red+Green+Blue) = 160+146+25=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A09219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09219 is #5F6DE6. Grayscale: #888888. Windows color (decimal): -6254055 or 1675936. OLE color: 1675936.

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

Color convert

RGB 160 146 25 -
CMYK 0 0.09 0.84 0.37
HSL 53.78º 0.73% 0.36% -
HSV(B) 53.78º 0.84% 0.63% -
XYZ 24.95 28.1 5.03 -
YUV 136.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 160 146 25 0 0.09 0.84 0.37 53.78 0.73 0.36
Hex A0 92 19 0 9 54 25 36 49 24
Octal 240 222 31 0 11 124 45 66 111 44
Binary 10100000 10010010 11001 0 1001 1010100 100101 110110 1001001 100100

Color Harmonies of #A09219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09219

Black with #A09219

Text Example


Text Example

White with #A09219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09219; }

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

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

background-color css

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

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

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

border-color css

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

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

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