#AF6876

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

Shades of Turkish Rose #AF6876

Tints of Turkish Rose #AF6876

Color information

#AF6876 (or 0xAF6876) is unknown color: approx Turkish Rose. HEX triplet: AF, 68 and 76. RGB value is (175,104,118). Sum of RGB (Red+Green+Blue) = 175+104+118=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6876 is #509789. Grayscale: #7E7E7E. Windows color (decimal): -5281674 or 7760047. OLE color: 7760047.

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

Color convert

RGB175104118-
CMYK00.410.330.31
HSL348.17º30.74%54.71%-
HSV(B)348.17º40.57%68.63%-
XYZ25.920.3219.7-
YUV126.82123.02162.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=44.08%
G=26.20%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510411800.410.330.31348.1730.7454.71
HexAF6876029211F15c1f37
Octal25715016605141375343767
Binary101011111101000111011001010011000011111110101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6876; }

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

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

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

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

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

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

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

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