#A48487

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

Shades of Turkish Rose #A48487

Tints of Turkish Rose #A48487

Color information

#A48487 (or 0xA48487) is unknown color: approx Turkish Rose. HEX triplet: A4, 84 and 87. RGB value is (164,132,135). Sum of RGB (Red+Green+Blue) = 164+132+135=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48487 is #5B7B78. Grayscale: #8D8D8D. Windows color (decimal): -5995385 or 8881316. OLE color: 8881316.

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

Color convert

RGB164132135-
CMYK00.200.180.36
HSL354.38º14.95%58.04%-
HSV(B)354.38º19.51%64.31%-
XYZ27.9326.1426.5-
YUV141.91124.1143.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=38.05%
G=30.63%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413213500.200.180.36354.3814.9558.04
HexA484870141224162f3a
Octal24420420702422445421772
Binary101001001000010010000111010100100101001001011000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48487; }

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

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

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

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

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

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

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

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