Html Css Color HEX #AA9B9C Careys Pink

📋 copy color: '#AA9B9C'

red 170 ◦ green 155 ◦ blue 156

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

Shades of Careys Pink #AA9B9C

Tints of Careys Pink #AA9B9C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.22%

 BLUE value IS 156 (61.33% from 255) = 32.43%

R = 35.34%
G = 32.22%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA9B9C (or 0xAA9B9C) is known color: Careys Pink. HEX triplet: AA, 9B and 9C. RGB value is (170,155,156). Sum of RGB (Red+Green+Blue) = 170+155+156=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B9C is #556463. Grayscale: #9F9F9F. Windows color (decimal): -5596260 or 10263466. OLE color: 10263466.

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

Color convert

RGB 170 155 156 -
CMYK 0 0.09 0.08 0.33
HSL 356º 0.08% 0.64% -
HSV(B) 356º 0.09% 0.67% -
XYZ 34.3 34.39 36.28 -
YUV 159.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 170 155 156 0 0.09 0.08 0.33 356 0.08 0.64
Hex AA 9B 9C 0 9 8 21 164 8 40
Octal 252 233 234 0 11 10 41 544 10 100
Binary 10101010 10011011 10011100 0 1001 1000 100001 101100100 1000 1000000

Color Harmonies of #AA9B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B9C

Black with #AA9B9C

Text Example


Text Example

White with #AA9B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B9C; }

 p { color: rgb(170,155,156); }

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

background-color css

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

 a { background-color: rgb(170,155,156); }

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

border-color css

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

 span { border-color: rgb(170,155,156); }

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