#AF797A

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

Shades of Turkish Rose #AF797A

Tints of Turkish Rose #AF797A

Color information

#AF797A (or 0xAF797A) is unknown color: approx Turkish Rose. HEX triplet: AF, 79 and 7A. RGB value is (175,121,122). Sum of RGB (Red+Green+Blue) = 175+121+122=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF797A is #508685. Grayscale: #898989. Windows color (decimal): -5277318 or 8026543. OLE color: 8026543.

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

Color convert

RGB175121122-
CMYK00.310.300.31
HSL358.89º25.23%58.04%-
HSV(B)358.89º30.86%68.63%-
XYZ28.0324.1921.6-
YUV137.26119.39154.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=41.87%
G=28.95%
B=29.19%

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
Decimal17512112200.310.300.31358.8925.2358.04
HexAF797A01F1E1F167193a
Octal25717117203736375473172
Binary1010111111110011111010011111111101111110110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF797A; }

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

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

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

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

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

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

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

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