#AF6572

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

Shades of Turkish Rose #AF6572

Tints of Turkish Rose #AF6572

Color information

#AF6572 (or 0xAF6572) is unknown color: approx Turkish Rose. HEX triplet: AF, 65 and 72. RGB value is (175,101,114). Sum of RGB (Red+Green+Blue) = 175+101+114=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6572 is #509A8D. Grayscale: #7C7C7C. Windows color (decimal): -5282446 or 7497135. OLE color: 7497135.

HSL color Cylindrical-coordinate representation of color #AF6572: hue angle of 349.46º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6572 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175101114-
CMYK00.420.350.31
HSL349.46º31.62%54.12%-
HSV(B)349.46º42.29%68.63%-
XYZ25.3719.6418.37-
YUV124.61122.02163.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=44.87%
G=25.90%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510111400.420.350.31349.4631.6254.12
HexAF657202A231F15d2036
Octal25714516205243375354066
Binary1010111111001011110010010101010001111111101011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6572; }

 p { color: rgb(175,101,114); }

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

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

 a { background-color: rgb(175,101,114); }

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

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

 span { border-color: rgb(175,101,114); }

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