Html Css Color HEX #A09418 Lucky

📋 copy color: '#A09418'

red 160 ◦ green 148 ◦ blue 24

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

Shades of Lucky #A09418

Tints of Lucky #A09418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 48.19%
G = 44.58%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A09418 (or 0xA09418) is known color: Lucky. HEX triplet: A0, 94 and 18. RGB value is (160,148,24). Sum of RGB (Red+Green+Blue) = 160+148+24=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A09418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09418 is #5F6BE7. Grayscale: #898989. Windows color (decimal): -6253544 or 1610912. OLE color: 1610912.

HSL color Cylindrical-coordinate representation of color #A09418: hue angle of 54.71º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A09418 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 24 -
CMYK 0 0.07 0.85 0.37
HSL 54.71º 0.74% 0.36% -
HSV(B) 54.71º 0.85% 0.63% -
XYZ 25.25 28.72 5.08 -
YUV 137.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 160 148 24 0 0.07 0.85 0.37 54.71 0.74 0.36
Hex A0 94 18 0 7 55 25 37 4A 24
Octal 240 224 30 0 7 125 45 67 112 44
Binary 10100000 10010100 11000 0 111 1010101 100101 110111 1001010 100100

Color Harmonies of #A09418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09418

Black with #A09418

Text Example


Text Example

White with #A09418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09418; }

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

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

background-color css

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

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

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

border-color css

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

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

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