Html Css Color HEX #A692A2 London Hue

📋 copy color: '#A692A2'

red 166 ◦ green 146 ◦ blue 162

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

Shades of London Hue #A692A2

Tints of London Hue #A692A2

RGB

 RED value IS 166 (65.23% from 255) = 35.02%

 GREEN value IS 146 (57.42% from 255) = 30.8%

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

R = 35.02%
G = 30.8%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A692A2 (or 0xA692A2) is known color: London Hue. HEX triplet: A6, 92 and A2. RGB value is (166,146,162). Sum of RGB (Red+Green+Blue) = 166+146+162=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A692A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A692A2 is #596D5D. Grayscale: #999999. Windows color (decimal): -5860702 or 10654374. OLE color: 10654374.

HSL color Cylindrical-coordinate representation of color #A692A2: hue angle of 312º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A692A2 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 146 162 -
CMYK 0 0.12 0.02 0.35
HSL 312º 0.1% 0.61% -
HSV(B) 312º 0.12% 0.65% -
XYZ 32.53 31.27 38.5 -
YUV 153.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 166 146 162 0 0.12 0.02 0.35 312 0.1 0.61
Hex A6 92 A2 0 C 2 23 138 A 3D
Octal 246 222 242 0 14 2 43 470 12 75
Binary 10100110 10010010 10100010 0 1100 10 100011 100111000 1010 111101

Color Harmonies of #A692A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692A2

Black with #A692A2

Text Example


Text Example

White with #A692A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692A2; }

 p { color: rgb(166,146,162); }

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

background-color css

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

 a { background-color: rgb(166,146,162); }

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

border-color css

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

 span { border-color: rgb(166,146,162); }

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