#AF6975

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

Shades of Turkish Rose #AF6975

Tints of Turkish Rose #AF6975

Color information

#AF6975 (or 0xAF6975) is unknown color: approx Turkish Rose. HEX triplet: AF, 69 and 75. RGB value is (175,105,117). Sum of RGB (Red+Green+Blue) = 175+105+117=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6975 is #50968A. Grayscale: #7F7F7F. Windows color (decimal): -5281419 or 7694767. OLE color: 7694767.

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

Color convert

RGB175105117-
CMYK00.400.330.31
HSL349.71º30.43%54.9%-
HSV(B)349.71º40%68.63%-
XYZ25.9420.519.42-
YUV127.3122.19162.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=44.08%
G=26.45%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510511700.400.330.31349.7130.4354.9
HexAF6975028211F15e1e37
Octal25715116505041375363667
Binary101011111101001111010101010001000011111110101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6975; }

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

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

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

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

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

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

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

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