#A5B19B

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

Shades of Norway #A5B19B

Tints of Norway #A5B19B

Color information

#A5B19B (or 0xA5B19B) is unknown color: approx Norway. HEX triplet: A5, B1 and 9B. RGB value is (165,177,155). Sum of RGB (Red+Green+Blue) = 165+177+155=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B19B is #5A4E64. Grayscale: #AAAAAA. Windows color (decimal): -5918309 or 10203557. OLE color: 10203557.

HSL color Cylindrical-coordinate representation of color #A5B19B: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B19B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB165177155-
CMYK0.0700.120.31
HSL92.73º12.36%65.1%-
HSV(B)92.73º12.43%69.41%-
XYZ37.1641.8137.12-
YUV170.9119.02123.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=33.20%
G=35.61%
B=31.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651771550.0700.120.3192.7312.3665.1
HexA5B19B70C1F5dc41
Octal24526123370143713514101
Binary1010010110110001100110111110110011111101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B19B; }

 p { color: rgb(165,177,155); }

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

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

 a { background-color: rgb(165,177,155); }

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

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

 span { border-color: rgb(165,177,155); }

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