#AF6276

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

Shades of Turkish Rose #AF6276

Tints of Turkish Rose #AF6276

Color information

#AF6276 (or 0xAF6276) is unknown color: approx Turkish Rose. HEX triplet: AF, 62 and 76. RGB value is (175,98,118). Sum of RGB (Red+Green+Blue) = 175+98+118=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6276 is #509D89. Grayscale: #7B7B7B. Windows color (decimal): -5283210 or 7758511. OLE color: 7758511.

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

Color convert

RGB17598118-
CMYK00.440.330.31
HSL344.42º32.49%53.53%-
HSV(B)344.42º44%68.63%-
XYZ25.3219.1619.5-
YUV123.3125.01164.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=44.76%
G=25.06%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759811800.440.330.31344.4232.4953.53
HexAF627602C211F1582036
Octal25714216605441375304066
Binary1010111111000101110110010110010000111111101011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6276; }

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

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

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

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

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

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

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

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