#A2AF8F

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

Shades of Norway #A2AF8F

Tints of Norway #A2AF8F

Color information

#A2AF8F (or 0xA2AF8F) is unknown color: approx Norway. HEX triplet: A2, AF and 8F. RGB value is (162,175,143). Sum of RGB (Red+Green+Blue) = 162+175+143=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF8F is #5D5070. Grayscale: #A7A7A7. Windows color (decimal): -6115441 or 9416610. OLE color: 9416610.

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

Color convert

RGB162175143-
CMYK0.0700.180.31
HSL84.37º16.67%62.35%-
HSV(B)84.37º18.29%68.63%-
XYZ35.1940.3231.92-
YUV167.46114.19124.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=33.75%
G=36.46%
B=29.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751430.0700.180.3184.3716.6762.35
HexA2AF8F70121F54113e
Octal2422572177022371242176
Binary10100010101011111000111111101001011111101010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF8F; }

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

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

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

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

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

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

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

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