Html Css Color HEX #A9970D Lucky

📋 copy color: '#A9970D'

red 169 ◦ green 151 ◦ blue 13

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

Shades of Lucky #A9970D

Tints of Lucky #A9970D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.35%

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

R = 50.75%
G = 45.35%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9970D (or 0xA9970D) is known color: Lucky. HEX triplet: A9, 97 and 0D. RGB value is (169,151,13). Sum of RGB (Red+Green+Blue) = 169+151+13=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9970D is #5668F2. Grayscale: #8D8D8D. Windows color (decimal): -5662963 or 890793. OLE color: 890793.

HSL color Cylindrical-coordinate representation of color #A9970D: hue angle of 53.08º 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 #A9970D is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 151 13 -
CMYK 0 0.11 0.92 0.34
HSL 53.08º 0.86% 0.36% -
HSV(B) 53.08º 0.92% 0.66% -
XYZ 27.5 30.6 4.84 -
YUV 140.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 169 151 13 0 0.11 0.92 0.34 53.08 0.86 0.36
Hex A9 97 D 0 B 5C 22 35 56 24
Octal 251 227 15 0 13 134 42 65 126 44
Binary 10101001 10010111 1101 0 1011 1011100 100010 110101 1010110 100100

Color Harmonies of #A9970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9970D

Black with #A9970D

Text Example


Text Example

White with #A9970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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