#AF6677

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

Shades of Turkish Rose #AF6677

Tints of Turkish Rose #AF6677

Color information

#AF6677 (or 0xAF6677) is unknown color: approx Turkish Rose. HEX triplet: AF, 66 and 77. RGB value is (175,102,119). Sum of RGB (Red+Green+Blue) = 175+102+119=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6677 is #509988. Grayscale: #7D7D7D. Windows color (decimal): -5282185 or 7825071. OLE color: 7825071.

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

Color convert

RGB175102119-
CMYK00.420.320.31
HSL346.03º31.33%54.31%-
HSV(B)346.03º41.71%68.63%-
XYZ25.7619.9519.95-
YUV125.76124.18163.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=44.19%
G=25.76%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510211900.420.320.31346.0331.3354.31
HexAF667702A201F15a1f36
Octal25714616705240375323766
Binary101011111100110111011101010101000001111110101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6677; }

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

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

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

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

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

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

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

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