#AF6877

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

Shades of Turkish Rose #AF6877

Tints of Turkish Rose #AF6877

Color information

#AF6877 (or 0xAF6877) is unknown color: approx Turkish Rose. HEX triplet: AF, 68 and 77. RGB value is (175,104,119). Sum of RGB (Red+Green+Blue) = 175+104+119=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6877 is #509788. Grayscale: #7E7E7E. Windows color (decimal): -5281673 or 7825583. OLE color: 7825583.

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

Color convert

RGB175104119-
CMYK00.410.320.31
HSL347.32º30.74%54.71%-
HSV(B)347.32º40.57%68.63%-
XYZ25.9620.3520.01-
YUV126.94123.52162.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=43.97%
G=26.13%
B=29.90%

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
Decimal17510411900.410.320.31347.3230.7454.71
HexAF6877029201F15b1f37
Octal25715016705140375333767
Binary101011111101000111011101010011000001111110101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6877; }

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

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

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

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

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

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

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

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