#A5B097

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

Shades of Norway #A5B097

Tints of Norway #A5B097

Color information

#A5B097 (or 0xA5B097) is unknown color: approx Norway. HEX triplet: A5, B0 and 97. RGB value is (165,176,151). Sum of RGB (Red+Green+Blue) = 165+176+151=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B097 is #5A4F68. Grayscale: #A9A9A9. Windows color (decimal): -5918569 or 9941157. OLE color: 9941157.

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

Color convert

RGB165176151-
CMYK0.0600.140.31
HSL86.4º13.66%64.12%-
HSV(B)86.4º14.2%69.02%-
XYZ36.6341.2835.32-
YUV169.86117.36124.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=33.54%
G=35.77%
B=30.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651761510.0600.140.3186.413.6664.12
HexA5B09760E1F56e40
Octal24526022760163712616100
Binary1010010110110000100101111100111011111101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B097; }

 p { color: rgb(165,176,151); }

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

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

 a { background-color: rgb(165,176,151); }

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

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

 span { border-color: rgb(165,176,151); }

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