Html Css Color HEX #AD8BAB London Hue

📋 copy color: '#AD8BAB'

red 173 ◦ green 139 ◦ blue 171

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

Shades of London Hue #AD8BAB

Tints of London Hue #AD8BAB

RGB

 RED value IS 173 (67.97% from 255) = 35.82%

 GREEN value IS 139 (54.69% from 255) = 28.78%

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

R = 35.82%
G = 28.78%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD8BAB (or 0xAD8BAB) is known color: London Hue. HEX triplet: AD, 8B and AB. RGB value is (173,139,171). Sum of RGB (Red+Green+Blue) = 173+139+171=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BAB is #527454. Grayscale: #989898. Windows color (decimal): -5403733 or 11242413. OLE color: 11242413.

HSL color Cylindrical-coordinate representation of color #AD8BAB: hue angle of 303.53º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8BAB is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 139 171 -
CMYK 0 0.20 0.01 0.32
HSL 303.53º 0.17% 0.61% -
HSV(B) 303.53º 0.2% 0.68% -
XYZ 33.82 30.29 42.59 -
YUV 152.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 173 139 171 0 0.20 0.01 0.32 303.53 0.17 0.61
Hex AD 8B AB 0 14 1 20 130 11 3D
Octal 255 213 253 0 24 1 40 460 21 75
Binary 10101101 10001011 10101011 0 10100 1 100000 100110000 10001 111101

Color Harmonies of #AD8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BAB

Black with #AD8BAB

Text Example


Text Example

White with #AD8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BAB; }

 p { color: rgb(173,139,171); }

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

background-color css

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

 a { background-color: rgb(173,139,171); }

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

border-color css

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

 span { border-color: rgb(173,139,171); }

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