Html Css Color HEX #A18E9E London Hue

📋 copy color: '#A18E9E'

red 161 ◦ green 142 ◦ blue 158

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

Shades of London Hue #A18E9E

Tints of London Hue #A18E9E

RGB

 RED value IS 161 (63.28% from 255) = 34.92%

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

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 34.92%
G = 30.8%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A18E9E (or 0xA18E9E) is known color: London Hue. HEX triplet: A1, 8E and 9E. RGB value is (161,142,158). Sum of RGB (Red+Green+Blue) = 161+142+158=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E9E is #5E7161. Grayscale: #959595. Windows color (decimal): -6189410 or 10391201. OLE color: 10391201.

HSL color Cylindrical-coordinate representation of color #A18E9E: hue angle of 309.47º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A18E9E is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 142 158 -
CMYK 0 0.12 0.02 0.37
HSL 309.47º 0.09% 0.59% -
HSV(B) 309.47º 0.12% 0.63% -
XYZ 30.54 29.39 36.41 -
YUV 149.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 161 142 158 0 0.12 0.02 0.37 309.47 0.09 0.59
Hex A1 8E 9E 0 C 2 25 135 9 3B
Octal 241 216 236 0 14 2 45 465 11 73
Binary 10100001 10001110 10011110 0 1100 10 100101 100110101 1001 111011

Color Harmonies of #A18E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E9E

Black with #A18E9E

Text Example


Text Example

White with #A18E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E9E; }

 p { color: rgb(161,142,158); }

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

background-color css

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

 a { background-color: rgb(161,142,158); }

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

border-color css

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

 span { border-color: rgb(161,142,158); }

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