#A5B19A

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

Shades of Norway #A5B19A

Tints of Norway #A5B19A

Color information

#A5B19A (or 0xA5B19A) is unknown color: approx Norway. HEX triplet: A5, B1 and 9A. RGB value is (165,177,154). Sum of RGB (Red+Green+Blue) = 165+177+154=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B19A is #5A4E65. Grayscale: #AAAAAA. Windows color (decimal): -5918310 or 10138021. OLE color: 10138021.

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

Color convert

RGB165177154-
CMYK0.0700.130.31
HSL91.3º12.85%64.9%-
HSV(B)91.3º12.99%69.41%-
XYZ37.0741.7836.68-
YUV170.79118.52123.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=33.27%
G=35.69%
B=31.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651771540.0700.130.3191.312.8564.9
HexA5B19A70D1F5bd41
Octal24526123270153713315101
Binary1010010110110001100110101110110111111101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B19A; }

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

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

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

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

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

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

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

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