Html Css Color HEX #A09419 Lucky

📋 copy color: '#A09419'

red 160 ◦ green 148 ◦ blue 25

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

Shades of Lucky #A09419

Tints of Lucky #A09419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

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

R = 48.05%
G = 44.44%
B = 7.51%

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

#A09419 (or 0xA09419) is known color: Lucky. HEX triplet: A0, 94 and 19. RGB value is (160,148,25). Sum of RGB (Red+Green+Blue) = 160+148+25=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A09419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09419 is #5F6BE6. Grayscale: #8A8A8A. Windows color (decimal): -6253543 or 1676448. OLE color: 1676448.

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

Color convert

RGB 160 148 25 -
CMYK 0 0.07 0.84 0.37
HSL 54.67º 0.73% 0.36% -
HSV(B) 54.67º 0.84% 0.63% -
XYZ 25.26 28.72 5.13 -
YUV 137.57 64.48 144 -
System Red Green Blue C M Y K H S L
Decimal 160 148 25 0 0.07 0.84 0.37 54.67 0.73 0.36
Hex A0 94 19 0 7 54 25 37 49 24
Octal 240 224 31 0 7 124 45 67 111 44
Binary 10100000 10010100 11001 0 111 1010100 100101 110111 1001001 100100

Color Harmonies of #A09419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09419

Black with #A09419

Text Example


Text Example

White with #A09419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09419; }

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

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

background-color css

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

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

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

border-color css

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

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

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