#A48788

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

Shades of Turkish Rose #A48788

Tints of Turkish Rose #A48788

Color information

#A48788 (or 0xA48788) is unknown color: approx Turkish Rose. HEX triplet: A4, 87 and 88. RGB value is (164,135,136). Sum of RGB (Red+Green+Blue) = 164+135+136=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A48788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48788 is #5B7877. Grayscale: #8F8F8F. Windows color (decimal): -5994616 or 8947620. OLE color: 8947620.

HSL color Cylindrical-coordinate representation of color #A48788: hue angle of 357.93º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48788 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB164135136-
CMYK00.180.170.36
HSL357.93º13.74%58.63%-
HSV(B)357.93º17.68%64.31%-
XYZ28.422727.01-
YUV143.78123.61142.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=37.70%
G=31.03%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413513600.180.170.36357.9313.7458.63
HexA487880121124166e3b
Octal24420721002221445461673
Binary101001001000011110001000010010100011001001011001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48788; }

 p { color: rgb(164,135,136); }

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

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

 a { background-color: rgb(164,135,136); }

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

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

 span { border-color: rgb(164,135,136); }

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