#A8B69A

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

Shades of Norway #A8B69A

Tints of Norway #A8B69A

Color information

#A8B69A (or 0xA8B69A) is unknown color: approx Norway. HEX triplet: A8, B6 and 9A. RGB value is (168,182,154). Sum of RGB (Red+Green+Blue) = 168+182+154=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B69A is #574965. Grayscale: #AEAEAE. Windows color (decimal): -5720422 or 10139304. OLE color: 10139304.

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

Color convert

RGB168182154-
CMYK0.0800.150.29
HSL90º16.09%65.88%-
HSV(B)90º15.38%71.37%-
XYZ38.7144.1137.05-
YUV174.62116.36123.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 36.11%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=33.33%
G=36.11%
B=30.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821540.0800.150.299016.0965.88
HexA8B69A80F1D5a1042
Octal250266232100173513220102
Binary101010001011011010011010100001111111011011010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B69A; }

 p { color: rgb(168,182,154); }

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

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

 a { background-color: rgb(168,182,154); }

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

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

 span { border-color: rgb(168,182,154); }

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