#AF6775

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

Shades of Turkish Rose #AF6775

Tints of Turkish Rose #AF6775

Color information

#AF6775 (or 0xAF6775) is unknown color: approx Turkish Rose. HEX triplet: AF, 67 and 75. RGB value is (175,103,117). Sum of RGB (Red+Green+Blue) = 175+103+117=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6775 is #50988A. Grayscale: #7E7E7E. Windows color (decimal): -5281931 or 7694255. OLE color: 7694255.

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

Color convert

RGB175103117-
CMYK00.410.330.31
HSL348.33º31.03%54.51%-
HSV(B)348.33º41.14%68.63%-
XYZ25.7420.119.35-
YUV126.12122.85162.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=44.30%
G=26.08%
B=29.62%

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
Decimal17510311700.410.330.31348.3331.0354.51
HexAF6775029211F15c1f37
Octal25714716505141375343767
Binary101011111100111111010101010011000011111110101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6775; }

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

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

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

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

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

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

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

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