Html Css Color HEX #AA9899 Careys Pink

📋 copy color: '#AA9899'

red 170 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #AA9899

Tints of Careys Pink #AA9899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32%

 BLUE value IS 153 (60.16% from 255) = 32.21%

R = 35.79%
G = 32%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA9899 (or 0xAA9899) is known color: Careys Pink. HEX triplet: AA, 98 and 99. RGB value is (170,152,153). Sum of RGB (Red+Green+Blue) = 170+152+153=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9899 is #556766. Grayscale: #9D9D9D. Windows color (decimal): -5597031 or 10066090. OLE color: 10066090.

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

Color convert

RGB 170 152 153 -
CMYK 0 0.11 0.1 0.33
HSL 356.67º 0.1% 0.63% -
HSV(B) 356.67º 0.11% 0.67% -
XYZ 33.56 33.3 34.8 -
YUV 157.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 170 152 153 0 0.11 0.1 0.33 356.67 0.1 0.63
Hex AA 98 99 0 B A 21 165 A 3F
Octal 252 230 231 0 13 12 41 545 12 77
Binary 10101010 10011000 10011001 0 1011 1010 100001 101100101 1010 111111

Color Harmonies of #AA9899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9899

Black with #AA9899

Text Example


Text Example

White with #AA9899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9899; }

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

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

background-color css

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

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

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

border-color css

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

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

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