#AFA4A6

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

Shades of Careys Pink #AFA4A6

Tints of Careys Pink #AFA4A6

Color information

#AFA4A6 (or 0xAFA4A6) is unknown color: approx Careys Pink. HEX triplet: AF, A4 and A6. RGB value is (175,164,166). Sum of RGB (Red+Green+Blue) = 175+164+166=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA4A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA4A6 is #505B59. Grayscale: #A7A7A7. Windows color (decimal): -5266266 or 10921135. OLE color: 10921135.

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

Color convert

RGB175164166-
CMYK00.060.050.31
HSL349.09º6.43%66.47%-
HSV(B)349.09º6.29%68.63%-
XYZ37.8438.4241.5-
YUV167.52127.14133.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=34.65%
G=32.48%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516416600.060.050.31349.096.4366.47
HexAFA4A60651F15d642
Octal257244246065375356102
Binary1010111110100100101001100110101111111010111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4A6; }

 p { color: rgb(175,164,166); }

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

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

 a { background-color: rgb(175,164,166); }

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

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

 span { border-color: rgb(175,164,166); }

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