#AF7277

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

Shades of Turkish Rose #AF7277

Tints of Turkish Rose #AF7277

Color information

#AF7277 (or 0xAF7277) is unknown color: approx Turkish Rose. HEX triplet: AF, 72 and 77. RGB value is (175,114,119). Sum of RGB (Red+Green+Blue) = 175+114+119=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7277 is #508D88. Grayscale: #848484. Windows color (decimal): -5279113 or 7828143. OLE color: 7828143.

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

Color convert

RGB175114119-
CMYK00.350.320.31
HSL355.08º27.6%56.67%-
HSV(B)355.08º34.86%68.63%-
XYZ27.0322.4820.37-
YUV132.81120.21158.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 119 (46.88% from 255) = 29.17%
R=42.89%
G=27.94%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511411900.350.320.31355.0827.656.67
HexAF7277023201F1631c39
Octal25716216704340375433471
Binary101011111110010111011101000111000001111110110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7277; }

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

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

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

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

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

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

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

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