Html Css Color HEX #A09218 Lucky

📋 copy color: '#A09218'

red 160 ◦ green 146 ◦ blue 24

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

Shades of Lucky #A09218

Tints of Lucky #A09218

RGB

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

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

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

R = 48.48%
G = 44.24%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A09218 (or 0xA09218) is known color: Lucky. HEX triplet: A0, 92 and 18. RGB value is (160,146,24). Sum of RGB (Red+Green+Blue) = 160+146+24=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A09218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09218 is #5F6DE7. Grayscale: #888888. Windows color (decimal): -6254056 or 1610400. OLE color: 1610400.

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

Color convert

RGB 160 146 24 -
CMYK 0 0.09 0.85 0.37
HSL 53.82º 0.74% 0.36% -
HSV(B) 53.82º 0.85% 0.63% -
XYZ 24.94 28.1 4.97 -
YUV 136.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 160 146 24 0 0.09 0.85 0.37 53.82 0.74 0.36
Hex A0 92 18 0 9 55 25 36 4A 24
Octal 240 222 30 0 11 125 45 66 112 44
Binary 10100000 10010010 11000 0 1001 1010101 100101 110110 1001010 100100

Color Harmonies of #A09218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09218

Black with #A09218

Text Example


Text Example

White with #A09218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09218; }

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

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

background-color css

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

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

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

border-color css

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

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

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