#A2AE8B

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

Shades of Norway #A2AE8B

Tints of Norway #A2AE8B

Color information

#A2AE8B (or 0xA2AE8B) is unknown color: approx Norway. HEX triplet: A2, AE and 8B. RGB value is (162,174,139). Sum of RGB (Red+Green+Blue) = 162+174+139=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE8B is #5D5174. Grayscale: #A6A6A6. Windows color (decimal): -6115701 or 9154210. OLE color: 9154210.

HSL color Cylindrical-coordinate representation of color #A2AE8B: hue angle of 80.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2AE8B is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB162174139-
CMYK0.0700.200.32
HSL80.57º17.77%61.37%-
HSV(B)80.57º20.11%68.24%-
XYZ34.739.8230.28-
YUV166.42112.52124.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=34.11%
G=36.63%
B=29.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741390.0700.200.3280.5717.7761.37
HexA2AE8B70142051123d
Octal2422562137024401212275
Binary101000101010111010001011111010100100000101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE8B; }

 p { color: rgb(162,174,139); }

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

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

 a { background-color: rgb(162,174,139); }

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

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

 span { border-color: rgb(162,174,139); }

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