Html Css Color HEX #A9990D Lucky

📋 copy color: '#A9990D'

red 169 ◦ green 153 ◦ blue 13

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

Shades of Lucky #A9990D

Tints of Lucky #A9990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 50.45%
G = 45.67%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9990D (or 0xA9990D) is known color: Lucky. HEX triplet: A9, 99 and 0D. RGB value is (169,153,13). Sum of RGB (Red+Green+Blue) = 169+153+13=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A9990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9990D is #5666F2. Grayscale: #8E8E8E. Windows color (decimal): -5662451 or 891305. OLE color: 891305.

HSL color Cylindrical-coordinate representation of color #A9990D: hue angle of 53.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9990D is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 153 13 -
CMYK 0 0.09 0.92 0.34
HSL 53.85º 0.86% 0.36% -
HSV(B) 53.85º 0.92% 0.66% -
XYZ 27.83 31.25 4.95 -
YUV 141.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 169 153 13 0 0.09 0.92 0.34 53.85 0.86 0.36
Hex A9 99 D 0 9 5C 22 36 56 24
Octal 251 231 15 0 11 134 42 66 126 44
Binary 10101001 10011001 1101 0 1001 1011100 100010 110110 1010110 100100

Color Harmonies of #A9990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9990D

Black with #A9990D

Text Example


Text Example

White with #A9990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9990D; }

 p { color: rgb(169,153,13); }

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

background-color css

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

 a { background-color: rgb(169,153,13); }

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

border-color css

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

 span { border-color: rgb(169,153,13); }

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