#A1B08C

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

Shades of Norway #A1B08C

Tints of Norway #A1B08C

Color information

#A1B08C (or 0xA1B08C) is unknown color: approx Norway. HEX triplet: A1, B0 and 8C. RGB value is (161,176,140). Sum of RGB (Red+Green+Blue) = 161+176+140=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B08C is #5E4F73. Grayscale: #A7A7A7. Windows color (decimal): -6180724 or 9220257. OLE color: 9220257.

HSL color Cylindrical-coordinate representation of color #A1B08C: hue angle of 85º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1B08C is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB161176140-
CMYK0.0900.200.31
HSL85º18.56%61.96%-
HSV(B)85º20.45%69.02%-
XYZ34.9640.5230.79-
YUV167.41112.53123.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=33.75%
G=36.90%
B=29.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611761400.0900.200.318518.5661.96
HexA1B08C90141F55133e
Octal24126021411024371252376
Binary101000011011000010001100100101010011111101010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B08C; }

 p { color: rgb(161,176,140); }

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

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

 a { background-color: rgb(161,176,140); }

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

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

 span { border-color: rgb(161,176,140); }

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