Html Css Color HEX #AA970D Lucky

📋 copy color: '#AA970D'

red 170 ◦ green 151 ◦ blue 13

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

Shades of Lucky #AA970D

Tints of Lucky #AA970D

RGB

 RED value IS 170 (66.8% from 255) = 50.9%

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

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

R = 50.9%
G = 45.21%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA970D (or 0xAA970D) is known color: Lucky. HEX triplet: AA, 97 and 0D. RGB value is (170,151,13). Sum of RGB (Red+Green+Blue) = 170+151+13=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA970D is #5568F2. Grayscale: #8D8D8D. Windows color (decimal): -5597427 or 890794. OLE color: 890794.

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

Color convert

RGB 170 151 13 -
CMYK 0 0.11 0.92 0.33
HSL 52.74º 0.86% 0.36% -
HSV(B) 52.74º 0.92% 0.67% -
XYZ 27.72 30.71 4.85 -
YUV 140.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 170 151 13 0 0.11 0.92 0.33 52.74 0.86 0.36
Hex AA 97 D 0 B 5C 21 35 56 24
Octal 252 227 15 0 13 134 41 65 126 44
Binary 10101010 10010111 1101 0 1011 1011100 100001 110101 1010110 100100

Color Harmonies of #AA970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA970D

Black with #AA970D

Text Example


Text Example

White with #AA970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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