#AF6874

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

Shades of Turkish Rose #AF6874

Tints of Turkish Rose #AF6874

Color information

#AF6874 (or 0xAF6874) is unknown color: approx Turkish Rose. HEX triplet: AF, 68 and 74. RGB value is (175,104,116). Sum of RGB (Red+Green+Blue) = 175+104+116=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6874 is #50978B. Grayscale: #7E7E7E. Windows color (decimal): -5281676 or 7628975. OLE color: 7628975.

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

Color convert

RGB175104116-
CMYK00.410.340.31
HSL349.86º30.74%54.71%-
HSV(B)349.86º40.57%68.63%-
XYZ25.7820.2819.08-
YUV126.6122.02162.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=44.30%
G=26.33%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510411600.410.340.31349.8630.7454.71
HexAF6874029221F15e1f37
Octal25715016405142375363767
Binary101011111101000111010001010011000101111110101111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6874; }

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

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

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

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

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

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

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

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