#A48687

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

Shades of Turkish Rose #A48687

Tints of Turkish Rose #A48687

Color information

#A48687 (or 0xA48687) is unknown color: approx Turkish Rose. HEX triplet: A4, 86 and 87. RGB value is (164,134,135). Sum of RGB (Red+Green+Blue) = 164+134+135=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A48687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48687 is #5B7978. Grayscale: #8F8F8F. Windows color (decimal): -5994873 or 8881828. OLE color: 8881828.

HSL color Cylindrical-coordinate representation of color #A48687: hue angle of 358º 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 #A48687 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164134135-
CMYK00.180.180.36
HSL358º14.15%58.43%-
HSV(B)358º18.29%64.31%-
XYZ28.2126.6926.59-
YUV143.08123.44142.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=37.88%
G=30.95%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413413500.180.180.3635814.1558.43
HexA486870121224166e3a
Octal24420620702222445461672
Binary101001001000011010000111010010100101001001011001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48687; }

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

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

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

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

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

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

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

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