#A2AF8B

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

Shades of Norway #A2AF8B

Tints of Norway #A2AF8B

Color information

#A2AF8B (or 0xA2AF8B) is unknown color: approx Norway. HEX triplet: A2, AF and 8B. RGB value is (162,175,139). Sum of RGB (Red+Green+Blue) = 162+175+139=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF8B is #5D5074. Grayscale: #A7A7A7. Windows color (decimal): -6115445 or 9154466. OLE color: 9154466.

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

Color convert

RGB162175139-
CMYK0.0700.210.31
HSL81.67º18.37%61.57%-
HSV(B)81.67º20.57%68.63%-
XYZ34.8940.2130.35-
YUV167.01112.19124.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=34.03%
G=36.76%
B=29.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751390.0700.210.3181.6718.3761.57
HexA2AF8B70151F52123e
Octal2422572137025371222276
Binary10100010101011111000101111101010111111101001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF8B; }

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

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

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

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

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

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

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

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