#AF7376

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

Shades of Turkish Rose #AF7376

Tints of Turkish Rose #AF7376

Color information

#AF7376 (or 0xAF7376) is unknown color: approx Turkish Rose. HEX triplet: AF, 73 and 76. RGB value is (175,115,118). Sum of RGB (Red+Green+Blue) = 175+115+118=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7376 is #508C89. Grayscale: #858585. Windows color (decimal): -5278858 or 7762863. OLE color: 7762863.

HSL color Cylindrical-coordinate representation of color #AF7376: hue angle of 357º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7376 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175115118-
CMYK00.340.330.31
HSL357º27.27%56.86%-
HSV(B)357º34.29%68.63%-
XYZ27.0822.6820.09-
YUV133.28119.38157.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=42.89%
G=28.19%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511511800.340.330.3135727.2756.86
HexAF7376022211F1651b39
Octal25716316604241375453371
Binary101011111110011111011001000101000011111110110010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7376; }

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

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

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

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

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

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

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

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