#A38C8D

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

Shades of Turkish Rose #A38C8D

Tints of Turkish Rose #A38C8D

Color information

#A38C8D (or 0xA38C8D) is unknown color: approx Turkish Rose. HEX triplet: A3, 8C and 8D. RGB value is (163,140,141). Sum of RGB (Red+Green+Blue) = 163+140+141=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C8D is #5C7372. Grayscale: #939393. Windows color (decimal): -6058867 or 9276579. OLE color: 9276579.

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

Color convert

RGB163140141-
CMYK00.140.130.36
HSL357.39º11.11%59.41%-
HSV(B)357.39º14.11%63.92%-
XYZ29.2928.4729.15-
YUV146.99124.62139.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=36.71%
G=31.53%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314014100.140.130.36357.3911.1159.41
HexA38C8D0ED24165b3b
Octal24321421501615445451373
Binary1010001110001100100011010111011011001001011001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C8D; }

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

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

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

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

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

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

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

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