#A2AF8A

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

Shades of Norway #A2AF8A

Tints of Norway #A2AF8A

Color information

#A2AF8A (or 0xA2AF8A) is unknown color: approx Norway. HEX triplet: A2, AF and 8A. RGB value is (162,175,138). Sum of RGB (Red+Green+Blue) = 162+175+138=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF8A is #5D5075. Grayscale: #A7A7A7. Windows color (decimal): -6115446 or 9088930. OLE color: 9088930.

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

Color convert

RGB162175138-
CMYK0.0700.210.31
HSL81.08º18.78%61.37%-
HSV(B)81.08º21.14%68.63%-
XYZ34.8240.1829.96-
YUV166.9111.69124.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=34.11%
G=36.84%
B=29.05%

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
Decimal1621751380.0700.210.3181.0818.7861.37
HexA2AF8A70151F51133d
Octal2422572127025371212375
Binary10100010101011111000101011101010111111101000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF8A; }

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

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

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

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

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

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

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

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