#AF194B

Color #AF194B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AF194B

Tints of Old Rose #AF194B

Color information

#AF194B (or 0xAF194B) is unknown color: approx Old Rose. HEX triplet: AF, 19 and 4B. RGB value is (175,25,75). Sum of RGB (Red+Green+Blue) = 175+25+75=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF194B is #50E6B4. Grayscale: #4B4B4B. Windows color (decimal): -5301941 or 4921775. OLE color: 4921775.

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

Color convert

RGB1752575-
CMYK00.860.570.31
HSL340º75%39.22%-
HSV(B)340º85.71%68.63%-
XYZ19.310.327.63-
YUV75.55127.7198.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.64%
GREEN value IS 25 (10.16% from 255) = 9.09%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=63.64%
G=9.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175257500.860.570.313407539.22
HexAF194B056391F1544b27
Octal257311130126713752411347
Binary1010111111001100101101010110111001111111010101001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF194B; }

 p { color: rgb(175,25,75); }

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

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

 a { background-color: rgb(175,25,75); }

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

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

 span { border-color: rgb(175,25,75); }

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