Html Css Color HEX #A796AA London Hue

📋 copy color: '#A796AA'

red 167 ◦ green 150 ◦ blue 170

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

Shades of London Hue #A796AA

Tints of London Hue #A796AA

RGB

 RED value IS 167 (65.63% from 255) = 34.29%

 GREEN value IS 150 (58.98% from 255) = 30.8%

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 34.29%
G = 30.8%
B = 34.91%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A796AA (or 0xA796AA) is known color: London Hue. HEX triplet: A7, 96 and AA. RGB value is (167,150,170). Sum of RGB (Red+Green+Blue) = 167+150+170=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A796AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A796AA is #586955. Grayscale: #9D9D9D. Windows color (decimal): -5794134 or 11179687. OLE color: 11179687.

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

Color convert

RGB 167 150 170 -
CMYK 0.02 0.12 0 0.33
HSL 291º 0.11% 0.63% -
HSV(B) 291º 0.12% 0.67% -
XYZ 34.1 32.93 42.59 -
YUV 157.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 167 150 170 0.02 0.12 0 0.33 291 0.11 0.63
Hex A7 96 AA 2 C 0 21 123 B 3F
Octal 247 226 252 2 14 0 41 443 13 77
Binary 10100111 10010110 10101010 10 1100 0 100001 100100011 1011 111111

Color Harmonies of #A796AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796AA

Black with #A796AA

Text Example


Text Example

White with #A796AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796AA; }

 p { color: rgb(167,150,170); }

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

background-color css

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

 a { background-color: rgb(167,150,170); }

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

border-color css

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

 span { border-color: rgb(167,150,170); }

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