#AF9798

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

Shades of Careys Pink #AF9798

Tints of Careys Pink #AF9798

Color information

#AF9798 (or 0xAF9798) is unknown color: approx Careys Pink. HEX triplet: AF, 97 and 98. RGB value is (175,151,152). Sum of RGB (Red+Green+Blue) = 175+151+152=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9798 is #506867. Grayscale: #9E9E9E. Windows color (decimal): -5269608 or 10000303. OLE color: 10000303.

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

Color convert

RGB175151152-
CMYK00.140.130.31
HSL357.5º13.04%63.92%-
HSV(B)357.5º13.71%68.63%-
XYZ34.4133.5134.36-
YUV158.29124.45139.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=36.61%
G=31.59%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515115200.140.130.31357.513.0463.92
HexAF97980ED1F166d40
Octal257227230016153754615100
Binary1010111110010111100110000111011011111110110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9798; }

 p { color: rgb(175,151,152); }

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

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

 a { background-color: rgb(175,151,152); }

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

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

 span { border-color: rgb(175,151,152); }

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