#AF6175

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

Shades of Turkish Rose #AF6175

Tints of Turkish Rose #AF6175

Color information

#AF6175 (or 0xAF6175) is unknown color: approx Turkish Rose. HEX triplet: AF, 61 and 75. RGB value is (175,97,117). Sum of RGB (Red+Green+Blue) = 175+97+117=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6175 is #509E8A. Grayscale: #7A7A7A. Windows color (decimal): -5283467 or 7692719. OLE color: 7692719.

HSL color Cylindrical-coordinate representation of color #AF6175: hue angle of 344.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6175 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17597117-
CMYK00.450.330.31
HSL344.62º32.77%53.33%-
HSV(B)344.62º44.57%68.63%-
XYZ25.1618.9519.16-
YUV122.6124.84165.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=44.99%
G=24.94%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759711700.450.330.31344.6232.7753.33
HexAF617502D211F1592135
Octal25714116505541375314165
Binary1010111111000011110101010110110000111111101011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6175; }

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

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

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

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

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

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

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

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