Html Css Color HEX #A58CAC East Side

📋 copy color: '#A58CAC'

red 165 ◦ green 140 ◦ blue 172

#A58CAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A58CAC

Tints of East Side #A58CAC

RGB

 RED value IS 165 (64.84% from 255) = 34.59%

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 34.59%
G = 29.35%
B = 36.06%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A58CAC (or 0xA58CAC) is known color: East Side. HEX triplet: A5, 8C and AC. RGB value is (165,140,172). Sum of RGB (Red+Green+Blue) = 165+140+172=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #A58CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58CAC is #5A7353. Grayscale: #979797. Windows color (decimal): -5927764 or 11308197. OLE color: 11308197.

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

Color convert

RGB 165 140 172 -
CMYK 0.04 0.19 0 0.33
HSL 286.88º 0.16% 0.61% -
HSV(B) 286.88º 0.19% 0.67% -
XYZ 32.34 29.73 43.06 -
YUV 151.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 165 140 172 0.04 0.19 0 0.33 286.88 0.16 0.61
Hex A5 8C AC 4 13 0 21 11F 10 3D
Octal 245 214 254 4 23 0 41 437 20 75
Binary 10100101 10001100 10101100 100 10011 0 100001 100011111 10000 111101

Color Harmonies of #A58CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CAC

Black with #A58CAC

Text Example


Text Example

White with #A58CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CAC; }

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

 H1.HeaderClassName
 {
   color: #A58CAC;
 }
 .AnyTagClassName
 {
   color: #A58CAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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