#AAB892

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

Shades of Norway #AAB892

Tints of Norway #AAB892

Color information

#AAB892 (or 0xAAB892) is unknown color: approx Norway. HEX triplet: AA, B8 and 92. RGB value is (170,184,146). Sum of RGB (Red+Green+Blue) = 170+184+146=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB892 is #55476D. Grayscale: #AFAFAF. Windows color (decimal): -5588846 or 9615530. OLE color: 9615530.

HSL color Cylindrical-coordinate representation of color #AAB892: hue angle of 82.11º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB892 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB170184146-
CMYK0.0800.210.28
HSL82.11º21.11%64.71%-
HSV(B)82.11º20.65%72.16%-
XYZ38.9144.933.81-
YUV175.48111.36124.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=34%
G=36.8%
B=29.2%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841460.0800.210.2882.1121.1164.71
HexAAB89280151C521541
Octal252270222100253412225101
Binary1010101010111000100100101000010101111001010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB892; }

 p { color: rgb(170,184,146); }

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

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

 a { background-color: rgb(170,184,146); }

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

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

 span { border-color: rgb(170,184,146); }

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