#AF656A

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

Shades of Turkish Rose #AF656A

Tints of Turkish Rose #AF656A

Color information

#AF656A (or 0xAF656A) is unknown color: approx Turkish Rose. HEX triplet: AF, 65 and 6A. RGB value is (175,101,106). Sum of RGB (Red+Green+Blue) = 175+101+106=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF656A is #509A95. Grayscale: #7B7B7B. Windows color (decimal): -5282454 or 6972847. OLE color: 6972847.

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

Color convert

RGB175101106-
CMYK00.420.390.31
HSL355.95º31.62%54.12%-
HSV(B)355.95º42.29%68.63%-
XYZ24.9319.4616.08-
YUV123.7118.02164.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=45.81%
G=26.44%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510110600.420.390.31355.9531.6254.12
HexAF656A02A271F1642036
Octal25714515205247375444066
Binary1010111111001011101010010101010011111111101100100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF656A; }

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

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

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

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

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

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

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

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