Html Css Color HEX #AA971A Lucky

📋 copy color: '#AA971A'

red 170 ◦ green 151 ◦ blue 26

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

Shades of Lucky #AA971A

Tints of Lucky #AA971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 48.99%
G = 43.52%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA971A (or 0xAA971A) is known color: Lucky. HEX triplet: AA, 97 and 1A. RGB value is (170,151,26). Sum of RGB (Red+Green+Blue) = 170+151+26=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA971A is #5568E5. Grayscale: #8E8E8E. Windows color (decimal): -5597414 or 1742762. OLE color: 1742762.

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

Color convert

RGB 170 151 26 -
CMYK 0 0.11 0.85 0.33
HSL 52.08º 0.73% 0.38% -
HSV(B) 52.08º 0.85% 0.67% -
XYZ 27.83 30.75 5.45 -
YUV 142.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 170 151 26 0 0.11 0.85 0.33 52.08 0.73 0.38
Hex AA 97 1A 0 B 55 21 34 49 26
Octal 252 227 32 0 13 125 41 64 111 46
Binary 10101010 10010111 11010 0 1011 1010101 100001 110100 1001001 100110

Color Harmonies of #AA971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA971A

Black with #AA971A

Text Example


Text Example

White with #AA971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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