Html Css Color HEX #AA971D Lucky

📋 copy color: '#AA971D'

red 170 ◦ green 151 ◦ blue 29

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

Shades of Lucky #AA971D

Tints of Lucky #AA971D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 48.57%
G = 43.14%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA971D (or 0xAA971D) is known color: Lucky. HEX triplet: AA, 97 and 1D. RGB value is (170,151,29). Sum of RGB (Red+Green+Blue) = 170+151+29=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA971D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA971D is #5568E2. Grayscale: #8F8F8F. Windows color (decimal): -5597411 or 1939370. OLE color: 1939370.

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

Color convert

RGB 170 151 29 -
CMYK 0 0.11 0.83 0.33
HSL 51.91º 0.71% 0.39% -
HSV(B) 51.91º 0.83% 0.67% -
XYZ 27.87 30.77 5.63 -
YUV 142.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 170 151 29 0 0.11 0.83 0.33 51.91 0.71 0.39
Hex AA 97 1D 0 B 53 21 34 47 27
Octal 252 227 35 0 13 123 41 64 107 47
Binary 10101010 10010111 11101 0 1011 1010011 100001 110100 1000111 100111

Color Harmonies of #AA971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA971D

Black with #AA971D

Text Example


Text Example

White with #AA971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA971D; }

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

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

background-color css

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

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

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

border-color css

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

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

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