Html Css Color HEX #AA999A Careys Pink

📋 copy color: '#AA999A'

red 170 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #AA999A

Tints of Careys Pink #AA999A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.08%

 BLUE value IS 154 (60.55% from 255) = 32.29%

R = 35.64%
G = 32.08%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA999A (or 0xAA999A) is known color: Careys Pink. HEX triplet: AA, 99 and 9A. RGB value is (170,153,154). Sum of RGB (Red+Green+Blue) = 170+153+154=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999A is #556665. Grayscale: #9E9E9E. Windows color (decimal): -5596774 or 10131882. OLE color: 10131882.

HSL color Cylindrical-coordinate representation of color #AA999A: hue angle of 356.47º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA999A is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 154 -
CMYK 0 0.1 0.09 0.33
HSL 356.47º 0.09% 0.63% -
HSV(B) 356.47º 0.1% 0.67% -
XYZ 33.8 33.66 35.29 -
YUV 158.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 170 153 154 0 0.1 0.09 0.33 356.47 0.09 0.63
Hex AA 99 9A 0 A 9 21 164 9 3F
Octal 252 231 232 0 12 11 41 544 11 77
Binary 10101010 10011001 10011010 0 1010 1001 100001 101100100 1001 111111

Color Harmonies of #AA999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA999A

Black with #AA999A

Text Example


Text Example

White with #AA999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA999A; }

 p { color: rgb(170,153,154); }

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

background-color css

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

 a { background-color: rgb(170,153,154); }

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

border-color css

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

 span { border-color: rgb(170,153,154); }

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