#A2AF85

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

Shades of Norway #A2AF85

Tints of Norway #A2AF85

Color information

#A2AF85 (or 0xA2AF85) is unknown color: approx Norway. HEX triplet: A2, AF and 85. RGB value is (162,175,133). Sum of RGB (Red+Green+Blue) = 162+175+133=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF85 is #5D507A. Grayscale: #A6A6A6. Windows color (decimal): -6115451 or 8761250. OLE color: 8761250.

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

Color convert

RGB162175133-
CMYK0.0700.240.31
HSL78.57º20.79%60.39%-
HSV(B)78.57º24%68.63%-
XYZ34.4640.0328.1-
YUV166.32109.19124.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=34.47%
G=37.23%
B=28.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751330.0700.240.3178.5720.7960.39
HexA2AF8570181F4f153c
Octal2422572057030371172574
Binary10100010101011111000010111101100011111100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF85; }

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

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

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

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

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

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

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

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