Html Css Color HEX #A09819 Lucky

📋 copy color: '#A09819'

red 160 ◦ green 152 ◦ blue 25

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

Shades of Lucky #A09819

Tints of Lucky #A09819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

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

R = 47.48%
G = 45.1%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A09819 (or 0xA09819) is known color: Lucky. HEX triplet: A0, 98 and 19. RGB value is (160,152,25). Sum of RGB (Red+Green+Blue) = 160+152+25=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A09819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09819 is #5F67E6. Grayscale: #8C8C8C. Windows color (decimal): -6252519 or 1677472. OLE color: 1677472.

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

Color convert

RGB 160 152 25 -
CMYK 0 0.05 0.84 0.37
HSL 56.44º 0.73% 0.36% -
HSV(B) 56.44º 0.84% 0.63% -
XYZ 25.9 30 5.35 -
YUV 139.91 63.15 142.33 -
System Red Green Blue C M Y K H S L
Decimal 160 152 25 0 0.05 0.84 0.37 56.44 0.73 0.36
Hex A0 98 19 0 5 54 25 38 49 24
Octal 240 230 31 0 5 124 45 70 111 44
Binary 10100000 10011000 11001 0 101 1010100 100101 111000 1001001 100100

Color Harmonies of #A09819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09819

Black with #A09819

Text Example


Text Example

White with #A09819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09819; }

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

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

background-color css

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

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

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

border-color css

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

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

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