Html Css Color HEX #A498A2 London Hue

📋 copy color: '#A498A2'

red 164 ◦ green 152 ◦ blue 162

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

Shades of London Hue #A498A2

Tints of London Hue #A498A2

RGB

 RED value IS 164 (64.45% from 255) = 34.31%

 GREEN value IS 152 (59.77% from 255) = 31.8%

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

R = 34.31%
G = 31.8%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A498A2 (or 0xA498A2) is known color: London Hue. HEX triplet: A4, 98 and A2. RGB value is (164,152,162). Sum of RGB (Red+Green+Blue) = 164+152+162=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 164 - color contains mainly: red. Hex color #A498A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498A2 is #5B675D. Grayscale: #9C9C9C. Windows color (decimal): -5990238 or 10655908. OLE color: 10655908.

HSL color Cylindrical-coordinate representation of color #A498A2: hue angle of 310º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A498A2 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 152 162 -
CMYK 0 0.07 0.01 0.36
HSL 310º 0.06% 0.62% -
HSV(B) 310º 0.07% 0.64% -
XYZ 33.06 32.96 38.8 -
YUV 156.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 164 152 162 0 0.07 0.01 0.36 310 0.06 0.62
Hex A4 98 A2 0 7 1 24 136 6 3E
Octal 244 230 242 0 7 1 44 466 6 76
Binary 10100100 10011000 10100010 0 111 1 100100 100110110 110 111110

Color Harmonies of #A498A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498A2

Black with #A498A2

Text Example


Text Example

White with #A498A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498A2; }

 p { color: rgb(164,152,162); }

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

background-color css

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

 a { background-color: rgb(164,152,162); }

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

border-color css

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

 span { border-color: rgb(164,152,162); }

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