#AF656C

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

Shades of Turkish Rose #AF656C

Tints of Turkish Rose #AF656C

Color information

#AF656C (or 0xAF656C) is unknown color: approx Turkish Rose. HEX triplet: AF, 65 and 6C. RGB value is (175,101,108). Sum of RGB (Red+Green+Blue) = 175+101+108=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF656C is #509A93. Grayscale: #7B7B7B. Windows color (decimal): -5282452 or 7103919. OLE color: 7103919.

HSL color Cylindrical-coordinate representation of color #AF656C: hue angle of 354.32º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF656C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175101108-
CMYK00.420.380.31
HSL354.32º31.62%54.12%-
HSV(B)354.32º42.29%68.63%-
XYZ25.0419.516.63-
YUV123.92119.02164.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=45.57%
G=26.30%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510110800.420.380.31354.3231.6254.12
HexAF656C02A261F1622036
Octal25714515405246375424066
Binary1010111111001011101100010101010011011111101100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF656C; }

 p { color: rgb(175,101,108); }

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

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

 a { background-color: rgb(175,101,108); }

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

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

 span { border-color: rgb(175,101,108); }

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