Html Css Color HEX #A48DA0 London Hue

📋 copy color: '#A48DA0'

red 164 ◦ green 141 ◦ blue 160

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

Shades of London Hue #A48DA0

Tints of London Hue #A48DA0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 35.27%
G = 30.32%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A48DA0 (or 0xA48DA0) is known color: London Hue. HEX triplet: A4, 8D and A0. RGB value is (164,141,160). Sum of RGB (Red+Green+Blue) = 164+141+160=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 164 - color contains mainly: red. Hex color #A48DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DA0 is #5B725F. Grayscale: #959595. Windows color (decimal): -5993056 or 10522020. OLE color: 10522020.

HSL color Cylindrical-coordinate representation of color #A48DA0: hue angle of 310.43º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A48DA0 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 160 -
CMYK 0 0.14 0.02 0.36
HSL 310.43º 0.11% 0.6% -
HSV(B) 310.43º 0.14% 0.64% -
XYZ 31.18 29.48 37.3 -
YUV 150.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 164 141 160 0 0.14 0.02 0.36 310.43 0.11 0.6
Hex A4 8D A0 0 E 2 24 136 B 3C
Octal 244 215 240 0 16 2 44 466 13 74
Binary 10100100 10001101 10100000 0 1110 10 100100 100110110 1011 111100

Color Harmonies of #A48DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DA0

Black with #A48DA0

Text Example


Text Example

White with #A48DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DA0; }

 p { color: rgb(164,141,160); }

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

background-color css

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

 a { background-color: rgb(164,141,160); }

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

border-color css

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

 span { border-color: rgb(164,141,160); }

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