Html Css Color HEX #A795A5 London Hue

📋 copy color: '#A795A5'

red 167 ◦ green 149 ◦ blue 165

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

Shades of London Hue #A795A5

Tints of London Hue #A795A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 34.72%
G = 30.98%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A795A5 (or 0xA795A5) is known color: London Hue. HEX triplet: A7, 95 and A5. RGB value is (167,149,165). Sum of RGB (Red+Green+Blue) = 167+149+165=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 167 - color contains mainly: red. Hex color #A795A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A795A5 is #586A5A. Grayscale: #9C9C9C. Windows color (decimal): -5794395 or 10851751. OLE color: 10851751.

HSL color Cylindrical-coordinate representation of color #A795A5: hue angle of 306.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 #A795A5 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 149 165 -
CMYK 0 0.11 0.01 0.35
HSL 306.67º 0.09% 0.62% -
HSV(B) 306.67º 0.11% 0.65% -
XYZ 33.48 32.43 40.09 -
YUV 156.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 167 149 165 0 0.11 0.01 0.35 306.67 0.09 0.62
Hex A7 95 A5 0 B 1 23 133 9 3E
Octal 247 225 245 0 13 1 43 463 11 76
Binary 10100111 10010101 10100101 0 1011 1 100011 100110011 1001 111110

Color Harmonies of #A795A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795A5

Black with #A795A5

Text Example


Text Example

White with #A795A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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