#AF234E

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

Shades of Old Rose #AF234E

Tints of Old Rose #AF234E

Color information

#AF234E (or 0xAF234E) is unknown color: approx Old Rose. HEX triplet: AF, 23 and 4E. RGB value is (175,35,78). Sum of RGB (Red+Green+Blue) = 175+35+78=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF234E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF234E is #50DCB1. Grayscale: #515151. Windows color (decimal): -5299378 or 5120943. OLE color: 5120943.

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

Color convert

RGB1753578-
CMYK00.80.550.31
HSL341.57º66.67%41.18%-
HSV(B)341.57º80%68.63%-
XYZ19.6610.878.27-
YUV81.76125.88194.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.76%
GREEN value IS 35 (14.06% from 255) = 12.15%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=60.76%
G=12.15%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175357800.80.550.31341.5766.6741.18
HexAF234E050371F1564329
Octal257431160120673752610351
Binary10101111100011100111001010000110111111111010101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF234E; }

 p { color: rgb(175,35,78); }

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

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

 a { background-color: rgb(175,35,78); }

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

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

 span { border-color: rgb(175,35,78); }

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