#AF6974

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

Shades of Turkish Rose #AF6974

Tints of Turkish Rose #AF6974

Color information

#AF6974 (or 0xAF6974) is unknown color: approx Turkish Rose. HEX triplet: AF, 69 and 74. RGB value is (175,105,116). Sum of RGB (Red+Green+Blue) = 175+105+116=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6974 is #50968B. Grayscale: #7F7F7F. Windows color (decimal): -5281420 or 7629231. OLE color: 7629231.

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

Color convert

RGB175105116-
CMYK00.400.340.31
HSL350.57º30.43%54.9%-
HSV(B)350.57º40%68.63%-
XYZ25.8820.4819.11-
YUV127.18121.69162.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=44.19%
G=26.52%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510511600.400.340.31350.5730.4354.9
HexAF6974028221F15f1e37
Octal25715116405042375373667
Binary101011111101001111010001010001000101111110101111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6974; }

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

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

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

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

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

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

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

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