#AF7274

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

Shades of Turkish Rose #AF7274

Tints of Turkish Rose #AF7274

Color information

#AF7274 (or 0xAF7274) is unknown color: approx Turkish Rose. HEX triplet: AF, 72 and 74. RGB value is (175,114,116). Sum of RGB (Red+Green+Blue) = 175+114+116=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7274 is #508D8B. Grayscale: #848484. Windows color (decimal): -5279116 or 7631535. OLE color: 7631535.

HSL color Cylindrical-coordinate representation of color #AF7274: hue angle of 358.03º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7274 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB175114116-
CMYK00.350.340.31
HSL358.03º27.6%56.67%-
HSV(B)358.03º34.86%68.63%-
XYZ26.8522.4119.43-
YUV132.47118.71158.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=43.21%
G=28.15%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511411600.350.340.31358.0327.656.67
HexAF7274023221F1661c39
Octal25716216404342375463471
Binary101011111110010111010001000111000101111110110011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7274; }

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

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

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

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

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

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

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

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