#AF656E

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

Shades of Turkish Rose #AF656E

Tints of Turkish Rose #AF656E

Color information

#AF656E (or 0xAF656E) is unknown color: approx Turkish Rose. HEX triplet: AF, 65 and 6E. RGB value is (175,101,110). Sum of RGB (Red+Green+Blue) = 175+101+110=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF656E is #509A91. Grayscale: #7C7C7C. Windows color (decimal): -5282450 or 7234991. OLE color: 7234991.

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

Color convert

RGB175101110-
CMYK00.420.370.31
HSL352.7º31.62%54.12%-
HSV(B)352.7º42.29%68.63%-
XYZ25.1519.5517.2-
YUV124.15120.02164.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=45.34%
G=26.17%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510111000.420.370.31352.731.6254.12
HexAF656E02A251F1612036
Octal25714515605245375414066
Binary1010111111001011101110010101010010111111101100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF656E; }

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

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

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

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

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

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

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

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