#A3B08E

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

Shades of Norway #A3B08E

Tints of Norway #A3B08E

Color information

#A3B08E (or 0xA3B08E) is unknown color: approx Norway. HEX triplet: A3, B0 and 8E. RGB value is (163,176,142). Sum of RGB (Red+Green+Blue) = 163+176+142=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B08E is #5C4F71. Grayscale: #A8A8A8. Windows color (decimal): -6049650 or 9351331. OLE color: 9351331.

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

Color convert

RGB163176142-
CMYK0.0700.190.31
HSL82.94º17.71%62.35%-
HSV(B)82.94º19.32%69.02%-
XYZ35.5140.7931.59-
YUV168.24113.19124.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=33.89%
G=36.59%
B=29.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631761420.0700.190.3182.9417.7162.35
HexA3B08E70131F53123e
Octal2432602167023371232276
Binary10100011101100001000111011101001111111101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B08E; }

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

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

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

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

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

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

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

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