Html Css Color HEX #A1ACB7 Nepal

📋 copy color: '#A1ACB7'

red 161 ◦ green 172 ◦ blue 183

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

Shades of Nepal #A1ACB7

Tints of Nepal #A1ACB7

RGB

 RED value IS 161 (63.28% from 255) = 31.2%

 GREEN value IS 172 (67.58% from 255) = 33.33%

 BLUE value IS 183 (71.88% from 255) = 35.47%

R = 31.2%
G = 33.33%
B = 35.47%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A1ACB7 (or 0xA1ACB7) is known color: Nepal. HEX triplet: A1, AC and B7. RGB value is (161,172,183). Sum of RGB (Red+Green+Blue) = 161+172+183=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 183 - color contains mainly: blue. Hex color #A1ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACB7 is #5E5348. Grayscale: #A9A9A9. Windows color (decimal): -6181705 or 12037281. OLE color: 12037281.

HSL color Cylindrical-coordinate representation of color #A1ACB7: hue angle of 210º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1ACB7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 172 183 -
CMYK 0.12 0.06 0 0.28
HSL 210º 0.13% 0.67% -
HSV(B) 210º 0.12% 0.72% -
XYZ 38 40.5 50.61 -
YUV 169.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 161 172 183 0.12 0.06 0 0.28 210 0.13 0.67
Hex A1 AC B7 C 6 0 1C D2 D 43
Octal 241 254 267 14 6 0 34 322 15 103
Binary 10100001 10101100 10110111 1100 110 0 11100 11010010 1101 1000011

Color Harmonies of #A1ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ACB7

Black with #A1ACB7

Text Example


Text Example

White with #A1ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ACB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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