Html Css Color HEX #A09D13 Lucky

📋 copy color: '#A09D13'

red 160 ◦ green 157 ◦ blue 19

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

Shades of Lucky #A09D13

Tints of Lucky #A09D13

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.73%

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

R = 47.62%
G = 46.73%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A09D13 (or 0xA09D13) is known color: Lucky. HEX triplet: A0, 9D and 13. RGB value is (160,157,19). Sum of RGB (Red+Green+Blue) = 160+157+19=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D13 is #5F62EC. Grayscale: #8E8E8E. Windows color (decimal): -6251245 or 1285536. OLE color: 1285536.

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

Color convert

RGB 160 157 19 -
CMYK 0 0.02 0.88 0.37
HSL 58.72º 0.79% 0.35% -
HSV(B) 58.72º 0.88% 0.63% -
XYZ 26.67 31.63 5.32 -
YUV 142.17 58.49 140.72 -
System Red Green Blue C M Y K H S L
Decimal 160 157 19 0 0.02 0.88 0.37 58.72 0.79 0.35
Hex A0 9D 13 0 2 58 25 3B 4F 23
Octal 240 235 23 0 2 130 45 73 117 43
Binary 10100000 10011101 10011 0 10 1011000 100101 111011 1001111 100011

Color Harmonies of #A09D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D13

Black with #A09D13

Text Example


Text Example

White with #A09D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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