#A5B48A

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

Shades of Norway #A5B48A

Tints of Norway #A5B48A

Color information

#A5B48A (or 0xA5B48A) is unknown color: approx Norway. HEX triplet: A5, B4 and 8A. RGB value is (165,180,138). Sum of RGB (Red+Green+Blue) = 165+180+138=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B48A is #5A4B75. Grayscale: #AAAAAA. Windows color (decimal): -5917558 or 9090213. OLE color: 9090213.

HSL color Cylindrical-coordinate representation of color #A5B48A: hue angle of 81.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5B48A is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB165180138-
CMYK0.0800.230.29
HSL81.43º21.88%62.35%-
HSV(B)81.43º23.33%70.59%-
XYZ36.4342.4830.32-
YUV170.73109.53123.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=34.16%
G=37.27%
B=28.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801380.0800.230.2981.4321.8862.35
HexA5B48A80171D51163e
Octal24526421210027351212676
Binary101001011011010010001010100001011111101101000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B48A; }

 p { color: rgb(165,180,138); }

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

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

 a { background-color: rgb(165,180,138); }

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

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

 span { border-color: rgb(165,180,138); }

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