#AF6A74

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

Shades of Turkish Rose #AF6A74

Tints of Turkish Rose #AF6A74

Color information

#AF6A74 (or 0xAF6A74) is unknown color: approx Turkish Rose. HEX triplet: AF, 6A and 74. RGB value is (175,106,116). Sum of RGB (Red+Green+Blue) = 175+106+116=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A74 is #50958B. Grayscale: #7F7F7F. Windows color (decimal): -5281164 or 7629487. OLE color: 7629487.

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

Color convert

RGB175106116-
CMYK00.390.340.31
HSL351.3º30.13%55.1%-
HSV(B)351.3º39.43%68.63%-
XYZ25.9920.6819.15-
YUV127.77121.36161.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=44.08%
G=26.70%
B=29.22%

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
Decimal17510611600.390.340.31351.330.1355.1
HexAF6A74027221F15f1e37
Octal25715216404742375373667
Binary101011111101010111010001001111000101111110101111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A74; }

 p { color: rgb(175,106,116); }

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

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

 a { background-color: rgb(175,106,116); }

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

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

 span { border-color: rgb(175,106,116); }

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