#AF6B72

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

Shades of Turkish Rose #AF6B72

Tints of Turkish Rose #AF6B72

Color information

#AF6B72 (or 0xAF6B72) is unknown color: approx Turkish Rose. HEX triplet: AF, 6B and 72. RGB value is (175,107,114). Sum of RGB (Red+Green+Blue) = 175+107+114=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B72 is #50948D. Grayscale: #808080. Windows color (decimal): -5280910 or 7498671. OLE color: 7498671.

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

Color convert

RGB175107114-
CMYK00.390.350.31
HSL353.82º29.82%55.29%-
HSV(B)353.82º38.86%68.63%-
XYZ25.9720.8418.57-
YUV128.13120.03161.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=44.19%
G=27.02%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510711400.390.350.31353.8229.8255.29
HexAF6B72027231F1621e37
Octal25715316204743375423667
Binary101011111101011111001001001111000111111110110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B72; }

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

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

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

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

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

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

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

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