#A5B28D

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

Shades of Norway #A5B28D

Tints of Norway #A5B28D

Color information

#A5B28D (or 0xA5B28D) is unknown color: approx Norway. HEX triplet: A5, B2 and 8D. RGB value is (165,178,141). Sum of RGB (Red+Green+Blue) = 165+178+141=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B28D is #5A4D72. Grayscale: #AAAAAA. Windows color (decimal): -5918067 or 9286309. OLE color: 9286309.

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

Color convert

RGB165178141-
CMYK0.0700.210.30
HSL81.08º19.37%62.55%-
HSV(B)81.08º20.79%69.8%-
XYZ36.2541.7631.35-
YUV169.9111.69124.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 178 (69.92% from 255) = 36.78%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=34.09%
G=36.78%
B=29.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651781410.0700.210.3081.0819.3762.55
HexA5B28D70151E51133f
Octal2452622157025361212377
Binary10100101101100101000110111101010111110101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B28D; }

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

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

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

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

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

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

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

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