#AF6A6C

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

Shades of Turkish Rose #AF6A6C

Tints of Turkish Rose #AF6A6C

Color information

#AF6A6C (or 0xAF6A6C) is unknown color: approx Turkish Rose. HEX triplet: AF, 6A and 6C. RGB value is (175,106,108). Sum of RGB (Red+Green+Blue) = 175+106+108=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A6C is #509593. Grayscale: #7E7E7E. Windows color (decimal): -5281172 or 7105199. OLE color: 7105199.

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

Color convert

RGB175106108-
CMYK00.390.380.31
HSL358.26º30.13%55.1%-
HSV(B)358.26º39.43%68.63%-
XYZ25.5420.516.8-
YUV126.86117.36162.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=44.99%
G=27.25%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510610800.390.380.31358.2630.1355.1
HexAF6A6C027261F1661e37
Octal25715215404746375463667
Binary101011111101010110110001001111001101111110110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A6C; }

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

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

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

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

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

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

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

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