Html Css Color HEX #A692A4 London Hue

📋 copy color: '#A692A4'

red 166 ◦ green 146 ◦ blue 164

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

Shades of London Hue #A692A4

Tints of London Hue #A692A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.45%

R = 34.87%
G = 30.67%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A692A4 (or 0xA692A4) is known color: London Hue. HEX triplet: A6, 92 and A4. RGB value is (166,146,164). Sum of RGB (Red+Green+Blue) = 166+146+164=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A692A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A692A4 is #596D5B. Grayscale: #999999. Windows color (decimal): -5860700 or 10785446. OLE color: 10785446.

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

Color convert

RGB 166 146 164 -
CMYK 0 0.12 0.01 0.35
HSL 306º 0.1% 0.61% -
HSV(B) 306º 0.12% 0.65% -
XYZ 32.71 31.35 39.45 -
YUV 154.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 166 146 164 0 0.12 0.01 0.35 306 0.1 0.61
Hex A6 92 A4 0 C 1 23 132 A 3D
Octal 246 222 244 0 14 1 43 462 12 75
Binary 10100110 10010010 10100100 0 1100 1 100011 100110010 1010 111101

Color Harmonies of #A692A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692A4

Black with #A692A4

Text Example


Text Example

White with #A692A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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