#AF6474

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

Shades of Turkish Rose #AF6474

Tints of Turkish Rose #AF6474

Color information

#AF6474 (or 0xAF6474) is unknown color: approx Turkish Rose. HEX triplet: AF, 64 and 74. RGB value is (175,100,116). Sum of RGB (Red+Green+Blue) = 175+100+116=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6474 is #509B8B. Grayscale: #7C7C7C. Windows color (decimal): -5282700 or 7627951. OLE color: 7627951.

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

Color convert

RGB175100116-
CMYK00.430.340.31
HSL347.2º31.91%53.92%-
HSV(B)347.2º42.86%68.63%-
XYZ25.3919.4918.95-
YUV124.25123.35164.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=44.76%
G=25.58%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510011600.430.340.31347.231.9153.92
HexAF647402B221F15b2036
Octal25714416405342375334066
Binary1010111111001001110100010101110001011111101011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6474; }

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

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

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

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

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

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

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

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