#AF9495

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

Shades of Careys Pink #AF9495

Tints of Careys Pink #AF9495

Color information

#AF9495 (or 0xAF9495) is unknown color: approx Careys Pink. HEX triplet: AF, 94 and 95. RGB value is (175,148,149). Sum of RGB (Red+Green+Blue) = 175+148+149=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9495 is #506B6A. Grayscale: #9C9C9C. Windows color (decimal): -5270379 or 9802927. OLE color: 9802927.

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

Color convert

RGB175148149-
CMYK00.150.150.31
HSL357.78º14.44%63.33%-
HSV(B)357.78º15.43%68.63%-
XYZ33.6932.4632.92-
YUV156.19123.95141.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=37.08%
G=31.36%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514814900.150.150.31357.7814.4463.33
HexAF94950FF1F166e3f
Octal25722422501717375461677
Binary101011111001010010010101011111111111111011001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9495; }

 p { color: rgb(175,148,149); }

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

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

 a { background-color: rgb(175,148,149); }

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

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

 span { border-color: rgb(175,148,149); }

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