#AF9394

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

Shades of Careys Pink #AF9394

Tints of Careys Pink #AF9394

Color information

#AF9394 (or 0xAF9394) is unknown color: approx Careys Pink. HEX triplet: AF, 93 and 94. RGB value is (175,147,148). Sum of RGB (Red+Green+Blue) = 175+147+148=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9394 is #506C6B. Grayscale: #9B9B9B. Windows color (decimal): -5270636 or 9737135. OLE color: 9737135.

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

Color convert

RGB175147148-
CMYK00.160.150.31
HSL357.86º14.89%63.14%-
HSV(B)357.86º16%68.63%-
XYZ33.4632.1232.45-
YUV155.49123.78141.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=37.23%
G=31.28%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514714800.160.150.31357.8614.8963.14
HexAF9394010F1F166f3f
Octal25722322402017375461777
Binary1010111110010011100101000100001111111111011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9394; }

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

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

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

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

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

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

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

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