#A1AD8D

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

Shades of Norway #A1AD8D

Tints of Norway #A1AD8D

Color information

#A1AD8D (or 0xA1AD8D) is unknown color: approx Norway. HEX triplet: A1, AD and 8D. RGB value is (161,173,141). Sum of RGB (Red+Green+Blue) = 161+173+141=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD8D is #5E5272. Grayscale: #A5A5A5. Windows color (decimal): -6181491 or 9285025. OLE color: 9285025.

HSL color Cylindrical-coordinate representation of color #A1AD8D: hue angle of 82.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1AD8D is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB161173141-
CMYK0.0700.180.32
HSL82.5º16.33%61.57%-
HSV(B)82.5º18.5%67.84%-
XYZ34.4539.3930.99-
YUV165.76114.02124.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=33.89%
G=36.42%
B=29.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611731410.0700.180.3282.516.3361.57
HexA1AD8D70122052103e
Octal2412552157022401222076
Binary101000011010110110001101111010010100000101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AD8D; }

 p { color: rgb(161,173,141); }

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

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

 a { background-color: rgb(161,173,141); }

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

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

 span { border-color: rgb(161,173,141); }

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