Html Css Color HEX #A98CAE East Side

📋 copy color: '#A98CAE'

red 169 ◦ green 140 ◦ blue 174

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

Shades of East Side #A98CAE

Tints of East Side #A98CAE

RGB

 RED value IS 169 (66.41% from 255) = 34.99%

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

 BLUE value IS 174 (68.36% from 255) = 36.02%

R = 34.99%
G = 28.99%
B = 36.02%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A98CAE (or 0xA98CAE) is known color: East Side. HEX triplet: A9, 8C and AE. RGB value is (169,140,174). Sum of RGB (Red+Green+Blue) = 169+140+174=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #A98CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98CAE is #567351. Grayscale: #989898. Windows color (decimal): -5665618 or 11439273. OLE color: 11439273.

HSL color Cylindrical-coordinate representation of color #A98CAE: hue angle of 291.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A98CAE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 140 174 -
CMYK 0.03 0.20 0 0.32
HSL 291.18º 0.17% 0.62% -
HSV(B) 291.18º 0.2% 0.68% -
XYZ 33.38 30.25 44.12 -
YUV 152.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 169 140 174 0.03 0.20 0 0.32 291.18 0.17 0.62
Hex A9 8C AE 3 14 0 20 123 11 3E
Octal 251 214 256 3 24 0 40 443 21 76
Binary 10101001 10001100 10101110 11 10100 0 100000 100100011 10001 111110

Color Harmonies of #A98CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CAE

Black with #A98CAE

Text Example


Text Example

White with #A98CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CAE; }

 p { color: rgb(169,140,174); }

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

background-color css

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

 a { background-color: rgb(169,140,174); }

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

border-color css

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

 span { border-color: rgb(169,140,174); }

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