Html Css Color HEX #A58EAB East Side

📋 copy color: '#A58EAB'

red 165 ◦ green 142 ◦ blue 171

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

Shades of East Side #A58EAB

Tints of East Side #A58EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.71%

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 34.52%
G = 29.71%
B = 35.77%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A58EAB (or 0xA58EAB) is known color: East Side. HEX triplet: A5, 8E and AB. RGB value is (165,142,171). Sum of RGB (Red+Green+Blue) = 165+142+171=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A58EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58EAB is #5A7154. Grayscale: #989898. Windows color (decimal): -5927253 or 11243173. OLE color: 11243173.

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

Color convert

RGB 165 142 171 -
CMYK 0.04 0.17 0 0.33
HSL 287.59º 0.15% 0.61% -
HSV(B) 287.59º 0.17% 0.67% -
XYZ 32.54 30.29 42.66 -
YUV 152.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 165 142 171 0.04 0.17 0 0.33 287.59 0.15 0.61
Hex A5 8E AB 4 11 0 21 120 F 3D
Octal 245 216 253 4 21 0 41 440 17 75
Binary 10100101 10001110 10101011 100 10001 0 100001 100100000 1111 111101

Color Harmonies of #A58EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EAB

Black with #A58EAB

Text Example


Text Example

White with #A58EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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