Html Css Color HEX #A09013 Lucky

📋 copy color: '#A09013'

red 160 ◦ green 144 ◦ blue 19

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

Shades of Lucky #A09013

Tints of Lucky #A09013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 49.54%
G = 44.58%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A09013 (or 0xA09013) is known color: Lucky. HEX triplet: A0, 90 and 13. RGB value is (160,144,19). Sum of RGB (Red+Green+Blue) = 160+144+19=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A09013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09013 is #5F6FEC. Grayscale: #878787. Windows color (decimal): -6254573 or 1282208. OLE color: 1282208.

HSL color Cylindrical-coordinate representation of color #A09013: hue angle of 53.19º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A09013 is Cyan = 0, Magento = 0.1, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 19 -
CMYK 0 0.1 0.88 0.37
HSL 53.19º 0.79% 0.35% -
HSV(B) 53.19º 0.88% 0.63% -
XYZ 24.59 27.47 4.62 -
YUV 134.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 160 144 19 0 0.1 0.88 0.37 53.19 0.79 0.35
Hex A0 90 13 0 A 58 25 35 4F 23
Octal 240 220 23 0 12 130 45 65 117 43
Binary 10100000 10010000 10011 0 1010 1011000 100101 110101 1001111 100011

Color Harmonies of #A09013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09013

Black with #A09013

Text Example


Text Example

White with #A09013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09013; }

 p { color: rgb(160,144,19); }

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

background-color css

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

 a { background-color: rgb(160,144,19); }

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

border-color css

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

 span { border-color: rgb(160,144,19); }

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