#AF6875

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

Shades of Turkish Rose #AF6875

Tints of Turkish Rose #AF6875

Color information

#AF6875 (or 0xAF6875) is unknown color: approx Turkish Rose. HEX triplet: AF, 68 and 75. RGB value is (175,104,117). Sum of RGB (Red+Green+Blue) = 175+104+117=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6875 is #50978A. Grayscale: #7E7E7E. Windows color (decimal): -5281675 or 7694511. OLE color: 7694511.

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

Color convert

RGB175104117-
CMYK00.410.330.31
HSL349.01º30.74%54.71%-
HSV(B)349.01º40.57%68.63%-
XYZ25.8420.319.39-
YUV126.71122.52162.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=44.19%
G=26.26%
B=29.55%

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
Decimal17510411700.410.330.31349.0130.7454.71
HexAF6875029211F15d1f37
Octal25715016505141375353767
Binary101011111101000111010101010011000011111110101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6875; }

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

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

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

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

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

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

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

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