#AF6675

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

Shades of Turkish Rose #AF6675

Tints of Turkish Rose #AF6675

Color information

#AF6675 (or 0xAF6675) is unknown color: approx Turkish Rose. HEX triplet: AF, 66 and 75. RGB value is (175,102,117). Sum of RGB (Red+Green+Blue) = 175+102+117=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6675 is #50998A. Grayscale: #7D7D7D. Windows color (decimal): -5282187 or 7693999. OLE color: 7693999.

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

Color convert

RGB175102117-
CMYK00.420.330.31
HSL347.67º31.33%54.31%-
HSV(B)347.67º41.71%68.63%-
XYZ25.6419.919.32-
YUV125.54123.18163.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=44.42%
G=25.89%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510211700.420.330.31347.6731.3354.31
HexAF667502A211F15c1f36
Octal25714616505241375343766
Binary101011111100110111010101010101000011111110101110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6675; }

 p { color: rgb(175,102,117); }

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

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

 a { background-color: rgb(175,102,117); }

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

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

 span { border-color: rgb(175,102,117); }

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