#A4B08F

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

Shades of Norway #A4B08F

Tints of Norway #A4B08F

Color information

#A4B08F (or 0xA4B08F) is unknown color: approx Norway. HEX triplet: A4, B0 and 8F. RGB value is (164,176,143). Sum of RGB (Red+Green+Blue) = 164+176+143=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B08F is #5B4F70. Grayscale: #A8A8A8. Windows color (decimal): -5984113 or 9416868. OLE color: 9416868.

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

Color convert

RGB164176143-
CMYK0.0700.190.31
HSL81.82º17.28%62.55%-
HSV(B)81.82º18.75%69.02%-
XYZ35.7940.9332-
YUV168.65113.52124.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=33.95%
G=36.44%
B=29.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761430.0700.190.3181.8217.2862.55
HexA4B08F70131F52113f
Octal2442602177023371222177
Binary10100100101100001000111111101001111111101001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B08F; }

 p { color: rgb(164,176,143); }

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

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

 a { background-color: rgb(164,176,143); }

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

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

 span { border-color: rgb(164,176,143); }

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