#af2452

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

Shades of Old Rose #AF2452

Tints of Old Rose #AF2452

Color information

#AF2452 (or 0xAF2452) is unknown color: approx Old Rose. HEX triplet: AF, 24 and 52. RGB value is (175,36,82). Sum of RGB (Red+Green+Blue) = 175+36+82=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2452 is #50DBAD. Grayscale: #525252. Windows color (decimal): -5299118 or 5383343. OLE color: 5383343.

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

Color convert

RGB1753682-
CMYK00.790.530.31
HSL340.14º65.88%41.37%-
HSV(B)340.14º79.43%68.63%-
XYZ19.8310.989.06-
YUV82.8127.55193.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.73%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=59.73%
G=12.29%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175368200.790.530.31340.1465.8841.37
HexAF245204F351F1544229
Octal257441220117653752410251
Binary10101111100100101001001001111110101111111010101001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2452; }

 p { color: rgb(175,36,82); }

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

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

 a { background-color: rgb(175,36,82); }

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

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

 span { border-color: rgb(175,36,82); }

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