#AFAAAB

Color #AFAAAB Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #AFAAAB

Tints of Careys Pink #AFAAAB

Color information

#AFAAAB (or 0xAFAAAB) is unknown color: approx Careys Pink. HEX triplet: AF, AA and AB. RGB value is (175,170,171). Sum of RGB (Red+Green+Blue) = 175+170+171=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAAB is #505554. Grayscale: #ABABAB. Windows color (decimal): -5264725 or 11250351. OLE color: 11250351.

HSL color Cylindrical-coordinate representation of color #AFAAAB: hue angle of 348º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFAAAB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175170171-
CMYK00.030.020.31
HSL348º3.03%67.65%-
HSV(B)348º2.86%68.63%-
XYZ39.440.844.33-
YUV171.61127.66130.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=33.91%
G=32.95%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517017100.030.020.313483.0367.65
HexAFAAAB0321F15c344
Octal257252253032375343104
Binary1010111110101010101010110111011111101011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAAB; }

 p { color: rgb(175,170,171); }

 H1.HeaderClassName
 {
   color: #AFAAAB;
 }
 .AnyTagClassName
 {
   color: #AFAAAB;
 }
</style>
background-color css

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

 a { background-color: rgb(175,170,171); }

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

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

 span { border-color: rgb(175,170,171); }

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