#A4B094

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

Shades of Norway #A4B094

Tints of Norway #A4B094

Color information

#A4B094 (or 0xA4B094) is unknown color: approx Norway. HEX triplet: A4, B0 and 94. RGB value is (164,176,148). Sum of RGB (Red+Green+Blue) = 164+176+148=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B094 is #5B4F6B. Grayscale: #A9A9A9. Windows color (decimal): -5984108 or 9744548. OLE color: 9744548.

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

Color convert

RGB164176148-
CMYK0.0700.160.31
HSL85.71º15.05%63.53%-
HSV(B)85.71º15.91%69.02%-
XYZ36.1841.0834.04-
YUV169.22116.02124.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 176 (69.14% from 255) = 36.07%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=33.61%
G=36.07%
B=30.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761480.0700.160.3185.7115.0563.53
HexA4B09470101F56f40
Octal24426022470203712617100
Binary10100100101100001001010011101000011111101011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B094; }

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

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

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

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

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

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

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

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