#AF6274

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

Shades of Turkish Rose #AF6274

Tints of Turkish Rose #AF6274

Color information

#AF6274 (or 0xAF6274) is unknown color: approx Turkish Rose. HEX triplet: AF, 62 and 74. RGB value is (175,98,116). Sum of RGB (Red+Green+Blue) = 175+98+116=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6274 is #509D8B. Grayscale: #7B7B7B. Windows color (decimal): -5283212 or 7627439. OLE color: 7627439.

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

Color convert

RGB17598116-
CMYK00.440.340.31
HSL345.97º32.49%53.53%-
HSV(B)345.97º44%68.63%-
XYZ25.219.1118.88-
YUV123.08124.01165.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=44.99%
G=25.19%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759811600.440.340.31345.9732.4953.53
HexAF627402C221F15a2036
Octal25714216405442375324066
Binary1010111111000101110100010110010001011111101011010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6274; }

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

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

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

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

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

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

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

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