#AF6772

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

Shades of Turkish Rose #AF6772

Tints of Turkish Rose #AF6772

Color information

#AF6772 (or 0xAF6772) is unknown color: approx Turkish Rose. HEX triplet: AF, 67 and 72. RGB value is (175,103,114). Sum of RGB (Red+Green+Blue) = 175+103+114=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6772 is #50988D. Grayscale: #7D7D7D. Windows color (decimal): -5281934 or 7497647. OLE color: 7497647.

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

Color convert

RGB175103114-
CMYK00.410.350.31
HSL350.83º31.03%54.51%-
HSV(B)350.83º41.14%68.63%-
XYZ25.5720.0318.44-
YUV125.78121.35163.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=44.64%
G=26.28%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510311400.410.350.31350.8331.0354.51
HexAF6772029231F15f1f37
Octal25714716205143375373767
Binary101011111100111111001001010011000111111110101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6772; }

 p { color: rgb(175,103,114); }

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

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

 a { background-color: rgb(175,103,114); }

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

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

 span { border-color: rgb(175,103,114); }

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