#A5B29B

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

Shades of Norway #A5B29B

Tints of Norway #A5B29B

Color information

#A5B29B (or 0xA5B29B) is unknown color: approx Norway. HEX triplet: A5, B2 and 9B. RGB value is (165,178,155). Sum of RGB (Red+Green+Blue) = 165+178+155=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B29B is #5A4D64. Grayscale: #ABABAB. Windows color (decimal): -5918053 or 10203813. OLE color: 10203813.

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

Color convert

RGB165178155-
CMYK0.0700.130.30
HSL93.91º12.99%65.29%-
HSV(B)93.91º12.92%69.8%-
XYZ37.3542.2137.19-
YUV171.49118.69123.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=33.13%
G=35.74%
B=31.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651781550.0700.130.3093.9112.9965.29
HexA5B29B70D1E5ed41
Octal24526223370153613615101
Binary1010010110110010100110111110110111110101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B29B; }

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

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

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

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

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

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

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

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