#A5B38C

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

Shades of Norway #A5B38C

Tints of Norway #A5B38C

Color information

#A5B38C (or 0xA5B38C) is unknown color: approx Norway. HEX triplet: A5, B3 and 8C. RGB value is (165,179,140). Sum of RGB (Red+Green+Blue) = 165+179+140=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B38C is #5A4C73. Grayscale: #AAAAAA. Windows color (decimal): -5917812 or 9221029. OLE color: 9221029.

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

Color convert

RGB165179140-
CMYK0.0800.220.30
HSL81.54º20.42%62.55%-
HSV(B)81.54º21.79%70.2%-
XYZ36.3742.1331.03-
YUV170.37110.86124.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=34.09%
G=36.98%
B=28.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791400.0800.220.3081.5420.4262.55
HexA5B38C80161E52143f
Octal24526321410026361222477
Binary101001011011001110001100100001011011110101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B38C; }

 p { color: rgb(165,179,140); }

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

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

 a { background-color: rgb(165,179,140); }

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

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

 span { border-color: rgb(165,179,140); }

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