#AF797B

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

Shades of Turkish Rose #AF797B

Tints of Turkish Rose #AF797B

Color information

#AF797B (or 0xAF797B) is unknown color: approx Turkish Rose. HEX triplet: AF, 79 and 7B. RGB value is (175,121,123). Sum of RGB (Red+Green+Blue) = 175+121+123=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF797B is #508684. Grayscale: #898989. Windows color (decimal): -5277317 or 8092079. OLE color: 8092079.

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

Color convert

RGB175121123-
CMYK00.310.300.31
HSL357.78º25.23%58.04%-
HSV(B)357.78º30.86%68.63%-
XYZ28.0924.2221.93-
YUV137.37119.89154.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=41.77%
G=28.88%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512112300.310.300.31357.7825.2358.04
HexAF797B01F1E1F166193a
Octal25717117303736375463172
Binary1010111111110011111011011111111101111110110011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF797B; }

 p { color: rgb(175,121,123); }

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

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

 a { background-color: rgb(175,121,123); }

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

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

 span { border-color: rgb(175,121,123); }

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