#AF2A4D

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

Shades of Old Rose #AF2A4D

Tints of Old Rose #AF2A4D

Color information

#AF2A4D (or 0xAF2A4D) is unknown color: approx Old Rose. HEX triplet: AF, 2A and 4D. RGB value is (175,42,77). Sum of RGB (Red+Green+Blue) = 175+42+77=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A4D is #50D5B2. Grayscale: #555555. Windows color (decimal): -5297587 or 5057199. OLE color: 5057199.

HSL color Cylindrical-coordinate representation of color #AF2A4D: hue angle of 344.21º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2A4D is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1754277-
CMYK00.760.560.31
HSL344.21º61.29%42.55%-
HSV(B)344.21º76%68.63%-
XYZ19.8511.318.16-
YUV85.76123.06191.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=59.52%
G=14.29%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175427700.760.560.31344.2161.2942.55
HexAF2A4D04C381F1583d2b
Octal25752115011470375307553
Binary1010111110101010011010100110011100011111101011000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2A4D; }

 p { color: rgb(175,42,77); }

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

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

 a { background-color: rgb(175,42,77); }

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

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

 span { border-color: rgb(175,42,77); }

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