#A4787B

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

Shades of Turkish Rose #A4787B

Tints of Turkish Rose #A4787B

Color information

#A4787B (or 0xA4787B) is unknown color: approx Turkish Rose. HEX triplet: A4, 78 and 7B. RGB value is (164,120,123). Sum of RGB (Red+Green+Blue) = 164+120+123=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4787B is #5B8784. Grayscale: #858585. Windows color (decimal): -5998469 or 8091812. OLE color: 8091812.

HSL color Cylindrical-coordinate representation of color #A4787B: hue angle of 355.91º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4787B is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB164120123-
CMYK00.270.250.36
HSL355.91º19.47%55.69%-
HSV(B)355.91º26.83%64.31%-
XYZ25.622.7621.78-
YUV133.5122.08149.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=40.29%
G=29.48%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412012300.270.250.36355.9119.4755.69
HexA4787B01B19241641338
Octal24417017303331445442370
Binary10100100111100011110110110111100110010010110010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4787B; }

 p { color: rgb(164,120,123); }

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

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

 a { background-color: rgb(164,120,123); }

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

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

 span { border-color: rgb(164,120,123); }

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