#A48C8D

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

Shades of Turkish Rose #A48C8D

Tints of Turkish Rose #A48C8D

Color information

#A48C8D (or 0xA48C8D) is unknown color: approx Turkish Rose. HEX triplet: A4, 8C and 8D. RGB value is (164,140,141). Sum of RGB (Red+Green+Blue) = 164+140+141=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C8D is #5B7372. Grayscale: #939393. Windows color (decimal): -5993331 or 9276580. OLE color: 9276580.

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

Color convert

RGB164140141-
CMYK00.150.140.36
HSL357.5º11.65%59.61%-
HSV(B)357.5º14.63%64.31%-
XYZ29.528.5729.16-
YUV147.29124.45139.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=36.85%
G=31.46%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414014100.150.140.36357.511.6559.61
HexA48C8D0FE24166c3c
Octal24421421501716445461474
Binary1010010010001100100011010111111101001001011001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C8D; }

 p { color: rgb(164,140,141); }

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

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

 a { background-color: rgb(164,140,141); }

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

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

 span { border-color: rgb(164,140,141); }

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