#AFA6A7

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

Shades of Careys Pink #AFA6A7

Tints of Careys Pink #AFA6A7

Color information

#AFA6A7 (or 0xAFA6A7) is unknown color: approx Careys Pink. HEX triplet: AF, A6 and A7. RGB value is (175,166,167). Sum of RGB (Red+Green+Blue) = 175+166+167=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA6A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6A7 is #505958. Grayscale: #A8A8A8. Windows color (decimal): -5265753 or 10987183. OLE color: 10987183.

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

Color convert

RGB175166167-
CMYK00.050.050.31
HSL353.33º5.33%66.86%-
HSV(B)353.33º5.14%68.63%-
XYZ38.2939.1842.1-
YUV168.8126.98132.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 167 (65.62% from 255) = 32.87%
R=34.45%
G=32.68%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516616700.050.050.31353.335.3366.86
HexAFA6A70551F161543
Octal257246247055375415103
Binary1010111110100110101001110101101111111011000011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6A7; }

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

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

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

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

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

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

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

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