Shades of Norway #A1AE85
Tints of Norway #A1AE85
RGB
CMYK
RGB Variations
Color information
#A1AE85 (or 0xA1AE85) is known color: Norway. HEX triplet: A1, AE and 85. RGB value is (161,174,133). Sum of RGB (Red+Green+Blue) = 161+174+133=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE85 is #5E517A. Grayscale: #A5A5A5. Windows color (decimal): -6181243 or 8760993. OLE color: 8760993.
HSL color Cylindrical-coordinate representation of color #A1AE85: hue angle of 79.02º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1AE85 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 133 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.32 |
| HSL | 79.02º | 0.2% | 0.6% | - |
| HSV(B) | 79.02º | 0.24% | 0.68% | - |
| XYZ | 34.07 | 39.54 | 28.03 | - |
| YUV | 165.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 133 | 0.07 | 0 | 0.24 | 0.32 | 79.02 | 0.2 | 0.6 |
| Hex | A1 | AE | 85 | 7 | 0 | 18 | 20 | 4F | 14 | 3C |
| Octal | 241 | 256 | 205 | 7 | 0 | 30 | 40 | 117 | 24 | 74 |
| Binary | 10100001 | 10101110 | 10000101 | 111 | 0 | 11000 | 100000 | 1001111 | 10100 | 111100 |
Color Harmonies of #A1AE85
Complementary color
Monochromatic Colors of #A1AE85
Black with #A1AE85
Text Example
Text Example
White with #A1AE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AE85; }
p { color: rgb(161,174,133); }
H1.HeaderClassName
{
color: #A1AE85;
}
.AnyTagClassName
{
color: #A1AE85;
}
</style>
background-color css
<style>
a { background-color: #A1AE85; }
a { background-color: rgb(161,174,133); }
div.DivClassName
{
background-color: #A1AE85;
}
.BgClassName
{
background-color: #A1AE85;
}
</style>
border-color css
<style>
span { border-color: #A1AE85; }
span { border-color: rgb(161,174,133); }
td.TdClassName
{
border-color: #A1AE85;
}
.TagClassName
{
border-color: #A1AE85;
}
</style>