#AF787A

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

Shades of Turkish Rose #AF787A

Tints of Turkish Rose #AF787A

Color information

#AF787A (or 0xAF787A) is unknown color: approx Turkish Rose. HEX triplet: AF, 78 and 7A. RGB value is (175,120,122). Sum of RGB (Red+Green+Blue) = 175+120+122=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF787A is #508785. Grayscale: #888888. Windows color (decimal): -5277574 or 8026287. OLE color: 8026287.

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

Color convert

RGB175120122-
CMYK00.310.300.31
HSL357.82º25.58%57.84%-
HSV(B)357.82º31.43%68.63%-
XYZ27.9123.9521.56-
YUV136.67119.72155.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=41.97%
G=28.78%
B=29.26%

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
Decimal17512012200.310.300.31357.8225.5857.84
HexAF787A01F1E1F1661a3a
Octal25717017203736375463272
Binary1010111111110001111010011111111101111110110011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF787A; }

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

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

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

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

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

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

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

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