#AF7072

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

Shades of Turkish Rose #AF7072

Tints of Turkish Rose #AF7072

Color information

#AF7072 (or 0xAF7072) is unknown color: approx Turkish Rose. HEX triplet: AF, 70 and 72. RGB value is (175,112,114). Sum of RGB (Red+Green+Blue) = 175+112+114=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7072 is #508F8D. Grayscale: #838383. Windows color (decimal): -5279630 or 7499951. OLE color: 7499951.

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

Color convert

RGB175112114-
CMYK00.360.350.31
HSL358.1º28.25%56.27%-
HSV(B)358.1º36%68.63%-
XYZ26.5121.9218.75-
YUV131.06118.37159.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=43.64%
G=27.93%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511211400.360.350.31358.128.2556.27
HexAF7072024231F1661c38
Octal25716016204443375463470
Binary101011111110000111001001001001000111111110110011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7072; }

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

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

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

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

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

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

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

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