Html Css Color HEX #A09818 Lucky

📋 copy color: '#A09818'

red 160 ◦ green 152 ◦ blue 24

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

Shades of Lucky #A09818

Tints of Lucky #A09818

RGB

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

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

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

R = 47.62%
G = 45.24%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A09818 (or 0xA09818) is known color: Lucky. HEX triplet: A0, 98 and 18. RGB value is (160,152,24). Sum of RGB (Red+Green+Blue) = 160+152+24=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A09818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09818 is #5F67E7. Grayscale: #8C8C8C. Windows color (decimal): -6252520 or 1611936. OLE color: 1611936.

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

Color convert

RGB 160 152 24 -
CMYK 0 0.05 0.85 0.37
HSL 56.47º 0.74% 0.36% -
HSV(B) 56.47º 0.85% 0.63% -
XYZ 25.89 30 5.29 -
YUV 139.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 160 152 24 0 0.05 0.85 0.37 56.47 0.74 0.36
Hex A0 98 18 0 5 55 25 38 4A 24
Octal 240 230 30 0 5 125 45 70 112 44
Binary 10100000 10011000 11000 0 101 1010101 100101 111000 1001010 100100

Color Harmonies of #A09818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09818

Black with #A09818

Text Example


Text Example

White with #A09818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09818; }

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

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

background-color css

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

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

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

border-color css

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

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

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