#A58CAB

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

Shades of East Side #A58CAB

Tints of East Side #A58CAB

Color information

#A58CAB (or 0xA58CAB) is unknown color: approx East Side. HEX triplet: A5, 8C and AB. RGB value is (165,140,171). Sum of RGB (Red+Green+Blue) = 165+140+171=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #A58CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58CAB is #5A7354. Grayscale: #969696. Windows color (decimal): -5927765 or 11242661. OLE color: 11242661.

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

Color convert

RGB165140171-
CMYK0.040.1800.33
HSL288.39º15.58%60.98%-
HSV(B)288.39º18.13%67.06%-
XYZ32.2529.742.56-
YUV151.01139.28137.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=34.66%
G=29.41%
B=35.92%

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
Decimal1651401710.040.1800.33288.3915.5860.98
HexA58CAB412021120103d
Octal2452142534220414402075
Binary10100101100011001010101110010010010000110010000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CAB; }

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

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

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

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

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

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

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

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