Html Css Color HEX #A08A9D London Hue

📋 copy color: '#A08A9D'

red 160 ◦ green 138 ◦ blue 157

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

Shades of London Hue #A08A9D

Tints of London Hue #A08A9D

RGB

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

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

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

R = 35.16%
G = 30.33%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A08A9D (or 0xA08A9D) is known color: London Hue. HEX triplet: A0, 8A and 9D. RGB value is (160,138,157). Sum of RGB (Red+Green+Blue) = 160+138+157=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A9D is #5F7562. Grayscale: #929292. Windows color (decimal): -6255971 or 10324640. OLE color: 10324640.

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

Color convert

RGB 160 138 157 -
CMYK 0 0.14 0.02 0.37
HSL 308.18º 0.1% 0.58% -
HSV(B) 308.18º 0.14% 0.63% -
XYZ 29.67 28.08 35.76 -
YUV 146.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 160 138 157 0 0.14 0.02 0.37 308.18 0.1 0.58
Hex A0 8A 9D 0 E 2 25 134 A 3A
Octal 240 212 235 0 16 2 45 464 12 72
Binary 10100000 10001010 10011101 0 1110 10 100101 100110100 1010 111010

Color Harmonies of #A08A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A9D

Black with #A08A9D

Text Example


Text Example

White with #A08A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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