#A38588

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

Shades of Turkish Rose #A38588

Tints of Turkish Rose #A38588

Color information

#A38588 (or 0xA38588) is unknown color: approx Turkish Rose. HEX triplet: A3, 85 and 88. RGB value is (163,133,136). Sum of RGB (Red+Green+Blue) = 163+133+136=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A38588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38588 is #5C7A77. Grayscale: #8E8E8E. Windows color (decimal): -6060664 or 8947107. OLE color: 8947107.

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

Color convert

RGB163133136-
CMYK00.180.170.36
HSL354º14.02%58.04%-
HSV(B)354º18.4%63.92%-
XYZ27.9426.3426.9-
YUV142.31124.44142.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=37.73%
G=30.79%
B=31.48%

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
Decimal16313313600.180.170.3635414.0258.04
HexA385880121124162e3a
Octal24320521002221445421672
Binary101000111000010110001000010010100011001001011000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38588; }

 p { color: rgb(163,133,136); }

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

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

 a { background-color: rgb(163,133,136); }

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

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

 span { border-color: rgb(163,133,136); }

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