Html Css Color HEX #AA972A Lucky

📋 copy color: '#AA972A'

red 170 ◦ green 151 ◦ blue 42

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

Shades of Lucky #AA972A

Tints of Lucky #AA972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 46.83%
G = 41.6%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA972A (or 0xAA972A) is known color: Lucky. HEX triplet: AA, 97 and 2A. RGB value is (170,151,42). Sum of RGB (Red+Green+Blue) = 170+151+42=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA972A is #5568D5. Grayscale: #909090. Windows color (decimal): -5597398 or 2791338. OLE color: 2791338.

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

Color convert

RGB 170 151 42 -
CMYK 0 0.11 0.75 0.33
HSL 51.09º 0.6% 0.42% -
HSV(B) 51.09º 0.75% 0.67% -
XYZ 28.06 30.85 6.67 -
YUV 144.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 170 151 42 0 0.11 0.75 0.33 51.09 0.6 0.42
Hex AA 97 2A 0 B 4B 21 33 3C 2A
Octal 252 227 52 0 13 113 41 63 74 52
Binary 10101010 10010111 101010 0 1011 1001011 100001 110011 111100 101010

Color Harmonies of #AA972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA972A

Black with #AA972A

Text Example


Text Example

White with #AA972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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