#AF696F

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

Shades of Turkish Rose #AF696F

Tints of Turkish Rose #AF696F

Color information

#AF696F (or 0xAF696F) is unknown color: approx Turkish Rose. HEX triplet: AF, 69 and 6F. RGB value is (175,105,111). Sum of RGB (Red+Green+Blue) = 175+105+111=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF696F is #509690. Grayscale: #7E7E7E. Windows color (decimal): -5281425 or 7301551. OLE color: 7301551.

HSL color Cylindrical-coordinate representation of color #AF696F: hue angle of 354.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF696F is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB175105111-
CMYK00.400.370.31
HSL354.86º30.43%54.9%-
HSV(B)354.86º40%68.63%-
XYZ25.620.3617.62-
YUV126.61119.19162.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=44.76%
G=26.85%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510511100.400.370.31354.8630.4354.9
HexAF696F028251F1631e37
Octal25715115705045375433667
Binary101011111101001110111101010001001011111110110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF696F; }

 p { color: rgb(175,105,111); }

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

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

 a { background-color: rgb(175,105,111); }

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

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

 span { border-color: rgb(175,105,111); }

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