#A1ACB4

Color #A1ACB4 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #A1ACB4

Tints of Nepal #A1ACB4

Color information

#A1ACB4 (or 0xA1ACB4) is unknown color: approx Nepal. HEX triplet: A1, AC and B4. RGB value is (161,172,180). Sum of RGB (Red+Green+Blue) = 161+172+180=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #A1ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACB4 is #5E534B. Grayscale: #A9A9A9. Windows color (decimal): -6181708 or 11840673. OLE color: 11840673.

HSL color Cylindrical-coordinate representation of color #A1ACB4: hue angle of 205.26º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1ACB4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161172180-
CMYK0.110.0400.29
HSL205.26º11.24%66.86%-
HSV(B)205.26º10.56%70.59%-
XYZ37.6940.3848.99-
YUV169.62133.86121.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=31.38%
G=33.53%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611721800.110.0400.29205.2611.2466.86
HexA1ACB4B401Dcdb43
Octal24125426413403531513103
Binary10100001101011001011010010111000111011100110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACB4; }

 p { color: rgb(161,172,180); }

 H1.HeaderClassName
 {
   color: #A1ACB4;
 }
 .AnyTagClassName
 {
   color: #A1ACB4;
 }
</style>
background-color css

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

 a { background-color: rgb(161,172,180); }

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

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

 span { border-color: rgb(161,172,180); }

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