#A48CAB

Color #A48CAB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A48CAB

Tints of East Side #A48CAB

Color information

#A48CAB (or 0xA48CAB) is unknown color: approx East Side. HEX triplet: A4, 8C and AB. RGB value is (164,140,171). Sum of RGB (Red+Green+Blue) = 164+140+171=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #A48CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48CAB is #5B7354. Grayscale: #969696. Windows color (decimal): -5993301 or 11242660. OLE color: 11242660.

HSL color Cylindrical-coordinate representation of color #A48CAB: hue angle of 286.45º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48CAB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164140171-
CMYK0.040.1800.33
HSL286.45º15.58%60.98%-
HSV(B)286.45º18.13%67.06%-
XYZ32.0429.5942.55-
YUV150.71139.45137.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 171 (67.19% from 255) = 36%
R=34.53%
G=29.47%
B=36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641401710.040.1800.33286.4515.5860.98
HexA48CAB41202111e103d
Octal2442142534220414362075
Binary10100100100011001010101110010010010000110001111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CAB; }

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

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

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

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

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

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

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

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