#AF6777

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

Shades of Turkish Rose #AF6777

Tints of Turkish Rose #AF6777

Color information

#AF6777 (or 0xAF6777) is unknown color: approx Turkish Rose. HEX triplet: AF, 67 and 77. RGB value is (175,103,119). Sum of RGB (Red+Green+Blue) = 175+103+119=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6777 is #509888. Grayscale: #7E7E7E. Windows color (decimal): -5281929 or 7825327. OLE color: 7825327.

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

Color convert

RGB175103119-
CMYK00.410.320.31
HSL346.67º31.03%54.51%-
HSV(B)346.67º41.14%68.63%-
XYZ25.8620.1519.98-
YUV126.35123.85162.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=44.08%
G=25.94%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510311900.410.320.31346.6731.0354.51
HexAF6777029201F15b1f37
Octal25714716705140375333767
Binary101011111100111111011101010011000001111110101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6777; }

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

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

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

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

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

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

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

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