Html Css Color HEX #A09F18 Lucky

📋 copy color: '#A09F18'

red 160 ◦ green 159 ◦ blue 24

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

Shades of Lucky #A09F18

Tints of Lucky #A09F18

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.36%

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

R = 46.65%
G = 46.36%
B = 7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A09F18 (or 0xA09F18) is known color: Lucky. HEX triplet: A0, 9F and 18. RGB value is (160,159,24). Sum of RGB (Red+Green+Blue) = 160+159+24=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09F18 is #5F60E7. Grayscale: #909090. Windows color (decimal): -6250728 or 1613728. OLE color: 1613728.

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

Color convert

RGB 160 159 24 -
CMYK 0 0.01 0.85 0.37
HSL 59.56º 0.74% 0.36% -
HSV(B) 59.56º 0.85% 0.63% -
XYZ 27.06 32.34 5.68 -
YUV 143.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 160 159 24 0 0.01 0.85 0.37 59.56 0.74 0.36
Hex A0 9F 18 0 1 55 25 3C 4A 24
Octal 240 237 30 0 1 125 45 74 112 44
Binary 10100000 10011111 11000 0 1 1010101 100101 111100 1001010 100100

Color Harmonies of #A09F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F18

Black with #A09F18

Text Example


Text Example

White with #A09F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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