Html Css Color HEX #A99013 Lucky

📋 copy color: '#A99013'

red 169 ◦ green 144 ◦ blue 19

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

Shades of Lucky #A99013

Tints of Lucky #A99013

RGB

 RED value IS 169 (66.41% from 255) = 50.9%

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

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

R = 50.9%
G = 43.37%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A99013 (or 0xA99013) is known color: Lucky. HEX triplet: A9, 90 and 13. RGB value is (169,144,19). Sum of RGB (Red+Green+Blue) = 169+144+19=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A99013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99013 is #566FEC. Grayscale: #898989. Windows color (decimal): -5664749 or 1282217. OLE color: 1282217.

HSL color Cylindrical-coordinate representation of color #A99013: hue angle of 50º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A99013 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 144 19 -
CMYK 0 0.15 0.89 0.34
HSL 50º 0.8% 0.37% -
HSV(B) 50º 0.89% 0.66% -
XYZ 26.45 28.43 4.71 -
YUV 137.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 169 144 19 0 0.15 0.89 0.34 50 0.8 0.37
Hex A9 90 13 0 F 59 22 32 50 25
Octal 251 220 23 0 17 131 42 62 120 45
Binary 10101001 10010000 10011 0 1111 1011001 100010 110010 1010000 100101

Color Harmonies of #A99013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99013

Black with #A99013

Text Example


Text Example

White with #A99013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99013; }

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

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

background-color css

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

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

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

border-color css

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

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

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