#AF6475

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

Shades of Turkish Rose #AF6475

Tints of Turkish Rose #AF6475

Color information

#AF6475 (or 0xAF6475) is unknown color: approx Turkish Rose. HEX triplet: AF, 64 and 75. RGB value is (175,100,117). Sum of RGB (Red+Green+Blue) = 175+100+117=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6475 is #509B8A. Grayscale: #7C7C7C. Windows color (decimal): -5282699 or 7693487. OLE color: 7693487.

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

Color convert

RGB175100117-
CMYK00.430.330.31
HSL346.4º31.91%53.92%-
HSV(B)346.4º42.86%68.63%-
XYZ25.4519.5119.25-
YUV124.36123.85164.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=44.64%
G=25.51%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510011700.430.330.31346.431.9153.92
HexAF647502B211F15a2036
Octal25714416505341375324066
Binary1010111111001001110101010101110000111111101011010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6475; }

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

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

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

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

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

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

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

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