Html Css Color HEX #A48AAB East Side

📋 copy color: '#A48AAB'

red 164 ◦ green 138 ◦ blue 171

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

Shades of East Side #A48AAB

Tints of East Side #A48AAB

RGB

 RED value IS 164 (64.45% from 255) = 34.67%

 GREEN value IS 138 (54.3% from 255) = 29.18%

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

R = 34.67%
G = 29.18%
B = 36.15%

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

#A48AAB (or 0xA48AAB) is known color: East Side. HEX triplet: A4, 8A and AB. RGB value is (164,138,171). Sum of RGB (Red+Green+Blue) = 164+138+171=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #A48AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48AAB is #5B7554. Grayscale: #959595. Windows color (decimal): -5993813 or 11242148. OLE color: 11242148.

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

Color convert

RGB 164 138 171 -
CMYK 0.04 0.19 0 0.33
HSL 287.27º 0.16% 0.61% -
HSV(B) 287.27º 0.19% 0.67% -
XYZ 31.75 29.01 42.45 -
YUV 149.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 164 138 171 0.04 0.19 0 0.33 287.27 0.16 0.61
Hex A4 8A AB 4 13 0 21 11F 10 3D
Octal 244 212 253 4 23 0 41 437 20 75
Binary 10100100 10001010 10101011 100 10011 0 100001 100011111 10000 111101

Color Harmonies of #A48AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48AAB

Black with #A48AAB

Text Example


Text Example

White with #A48AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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