#A7B69D

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

Shades of Norway #A7B69D

Tints of Norway #A7B69D

Color information

#A7B69D (or 0xA7B69D) is unknown color: approx Norway. HEX triplet: A7, B6 and 9D. RGB value is (167,182,157). Sum of RGB (Red+Green+Blue) = 167+182+157=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B69D is #584962. Grayscale: #AEAEAE. Windows color (decimal): -5785955 or 10335911. OLE color: 10335911.

HSL color Cylindrical-coordinate representation of color #A7B69D: hue angle of 96º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7B69D is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB167182157-
CMYK0.0800.140.29
HSL96º14.62%66.47%-
HSV(B)96º13.74%71.37%-
XYZ38.7544.1138.37-
YUV174.66118.03122.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=33.00%
G=35.97%
B=31.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671821570.0800.140.299614.6266.47
HexA7B69D80E1D60f42
Octal247266235100163514017102
Binary10100111101101101001110110000111011101110000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B69D; }

 p { color: rgb(167,182,157); }

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

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

 a { background-color: rgb(167,182,157); }

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

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

 span { border-color: rgb(167,182,157); }

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