Html Css Color HEX #A992A2 London Hue

📋 copy color: '#A992A2'

red 169 ◦ green 146 ◦ blue 162

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

Shades of London Hue #A992A2

Tints of London Hue #A992A2

RGB

 RED value IS 169 (66.41% from 255) = 35.43%

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

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

R = 35.43%
G = 30.61%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A992A2 (or 0xA992A2) is known color: London Hue. HEX triplet: A9, 92 and A2. RGB value is (169,146,162). Sum of RGB (Red+Green+Blue) = 169+146+162=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A992A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992A2 is #566D5D. Grayscale: #9A9A9A. Windows color (decimal): -5664094 or 10654377. OLE color: 10654377.

HSL color Cylindrical-coordinate representation of color #A992A2: hue angle of 318.26º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A992A2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 146 162 -
CMYK 0 0.14 0.04 0.34
HSL 318.26º 0.12% 0.62% -
HSV(B) 318.26º 0.14% 0.66% -
XYZ 33.16 31.6 38.53 -
YUV 154.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 169 146 162 0 0.14 0.04 0.34 318.26 0.12 0.62
Hex A9 92 A2 0 E 4 22 13E C 3E
Octal 251 222 242 0 16 4 42 476 14 76
Binary 10101001 10010010 10100010 0 1110 100 100010 100111110 1100 111110

Color Harmonies of #A992A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992A2

Black with #A992A2

Text Example


Text Example

White with #A992A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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