#AF6977

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

Shades of Turkish Rose #AF6977

Tints of Turkish Rose #AF6977

Color information

#AF6977 (or 0xAF6977) is unknown color: approx Turkish Rose. HEX triplet: AF, 69 and 77. RGB value is (175,105,119). Sum of RGB (Red+Green+Blue) = 175+105+119=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6977 is #509688. Grayscale: #7F7F7F. Windows color (decimal): -5281417 or 7825839. OLE color: 7825839.

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

Color convert

RGB175105119-
CMYK00.400.320.31
HSL348º30.43%54.9%-
HSV(B)348º40%68.63%-
XYZ26.0620.5520.05-
YUV127.53123.19161.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=43.86%
G=26.32%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510511900.400.320.3134830.4354.9
HexAF6977028201F15c1e37
Octal25715116705040375343667
Binary101011111101001111011101010001000001111110101110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6977; }

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

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

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

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

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

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

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

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