#A3B08A

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

Shades of Norway #A3B08A

Tints of Norway #A3B08A

Color information

#A3B08A (or 0xA3B08A) is unknown color: approx Norway. HEX triplet: A3, B0 and 8A. RGB value is (163,176,138). Sum of RGB (Red+Green+Blue) = 163+176+138=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B08A is #5C4F75. Grayscale: #A7A7A7. Windows color (decimal): -6049654 or 9089187. OLE color: 9089187.

HSL color Cylindrical-coordinate representation of color #A3B08A: hue angle of 80.53º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3B08A is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB163176138-
CMYK0.0700.220.31
HSL80.53º19.39%61.57%-
HSV(B)80.53º21.59%69.02%-
XYZ35.2240.6730.04-
YUV167.78111.19124.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=34.17%
G=36.90%
B=28.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631761380.0700.220.3180.5319.3961.57
HexA3B08A70161F51133e
Octal2432602127026371212376
Binary10100011101100001000101011101011011111101000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B08A; }

 p { color: rgb(163,176,138); }

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

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

 a { background-color: rgb(163,176,138); }

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

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

 span { border-color: rgb(163,176,138); }

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