#A5B69A

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

Shades of Norway #A5B69A

Tints of Norway #A5B69A

Color information

#A5B69A (or 0xA5B69A) is unknown color: approx Norway. HEX triplet: A5, B6 and 9A. RGB value is (165,182,154). Sum of RGB (Red+Green+Blue) = 165+182+154=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B69A is #5A4965. Grayscale: #ADADAD. Windows color (decimal): -5917030 or 10139301. OLE color: 10139301.

HSL color Cylindrical-coordinate representation of color #A5B69A: hue angle of 96.43º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5B69A is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB165182154-
CMYK0.0900.150.29
HSL96.43º16.09%65.88%-
HSV(B)96.43º15.38%71.37%-
XYZ38.0843.7937.02-
YUV173.72116.87121.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=32.93%
G=36.33%
B=30.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821540.0900.150.2996.4316.0965.88
HexA5B69A90F1D601042
Octal245266232110173514020102
Binary101001011011011010011010100101111111011100000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B69A; }

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

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

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

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

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

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

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

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