Html Css Color HEX #A08C9D London Hue

📋 copy color: '#A08C9D'

red 160 ◦ green 140 ◦ blue 157

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

Shades of London Hue #A08C9D

Tints of London Hue #A08C9D

RGB

 RED value IS 160 (62.89% from 255) = 35.01%

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

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 35.01%
G = 30.63%
B = 34.35%

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

#A08C9D (or 0xA08C9D) is known color: London Hue. HEX triplet: A0, 8C and 9D. RGB value is (160,140,157). Sum of RGB (Red+Green+Blue) = 160+140+157=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08C9D is #5F7362. Grayscale: #939393. Windows color (decimal): -6255459 or 10325152. OLE color: 10325152.

HSL color Cylindrical-coordinate representation of color #A08C9D: hue angle of 309º degrees, saturation: 0.1, 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 #A08C9D is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 140 157 -
CMYK 0 0.12 0.02 0.37
HSL 309º 0.1% 0.59% -
HSV(B) 309º 0.13% 0.63% -
XYZ 29.96 28.66 35.85 -
YUV 147.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 160 140 157 0 0.12 0.02 0.37 309 0.1 0.59
Hex A0 8C 9D 0 C 2 25 135 A 3B
Octal 240 214 235 0 14 2 45 465 12 73
Binary 10100000 10001100 10011101 0 1100 10 100101 100110101 1010 111011

Color Harmonies of #A08C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C9D

Black with #A08C9D

Text Example


Text Example

White with #A08C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C9D; }

 p { color: rgb(160,140,157); }

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

background-color css

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

 a { background-color: rgb(160,140,157); }

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

border-color css

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

 span { border-color: rgb(160,140,157); }

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