#AF6B73

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

Shades of Turkish Rose #AF6B73

Tints of Turkish Rose #AF6B73

Color information

#AF6B73 (or 0xAF6B73) is unknown color: approx Turkish Rose. HEX triplet: AF, 6B and 73. RGB value is (175,107,115). Sum of RGB (Red+Green+Blue) = 175+107+115=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B73 is #50948C. Grayscale: #808080. Windows color (decimal): -5280909 or 7564207. OLE color: 7564207.

HSL color Cylindrical-coordinate representation of color #AF6B73: hue angle of 352.94º 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 #AF6B73 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB175107115-
CMYK00.390.340.31
HSL352.94º29.82%55.29%-
HSV(B)352.94º38.86%68.63%-
XYZ26.0320.8718.88-
YUV128.24120.53161.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=44.08%
G=26.95%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510711500.390.340.31352.9429.8255.29
HexAF6B73027221F1611e37
Octal25715316304742375413667
Binary101011111101011111001101001111000101111110110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B73; }

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

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

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

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

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

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

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

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