Html Css Color HEX #A795A2 London Hue

📋 copy color: '#A795A2'

red 167 ◦ green 149 ◦ blue 162

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

Shades of London Hue #A795A2

Tints of London Hue #A795A2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

 BLUE value IS 162 (63.67% from 255) = 33.89%

R = 34.94%
G = 31.17%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A795A2 (or 0xA795A2) is known color: London Hue. HEX triplet: A7, 95 and A2. RGB value is (167,149,162). Sum of RGB (Red+Green+Blue) = 167+149+162=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 167 - color contains mainly: red. Hex color #A795A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A795A2 is #586A5D. Grayscale: #9B9B9B. Windows color (decimal): -5794398 or 10655143. OLE color: 10655143.

HSL color Cylindrical-coordinate representation of color #A795A2: hue angle of 316.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A795A2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 149 162 -
CMYK 0 0.11 0.03 0.35
HSL 316.67º 0.09% 0.62% -
HSV(B) 316.67º 0.11% 0.65% -
XYZ 33.21 32.32 38.67 -
YUV 155.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 167 149 162 0 0.11 0.03 0.35 316.67 0.09 0.62
Hex A7 95 A2 0 B 3 23 13D 9 3E
Octal 247 225 242 0 13 3 43 475 11 76
Binary 10100111 10010101 10100010 0 1011 11 100011 100111101 1001 111110

Color Harmonies of #A795A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795A2

Black with #A795A2

Text Example


Text Example

White with #A795A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795A2; }

 p { color: rgb(167,149,162); }

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

background-color css

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

 a { background-color: rgb(167,149,162); }

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

border-color css

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

 span { border-color: rgb(167,149,162); }

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