Html Css Color HEX #A1AE91 Norway

📋 copy color: '#A1AE91'

red 161 ◦ green 174 ◦ blue 145

#A1AE91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #A1AE91

Tints of Norway #A1AE91

RGB

 RED value IS 161 (63.28% from 255) = 33.54%

 GREEN value IS 174 (68.36% from 255) = 36.25%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 33.54%
G = 36.25%
B = 30.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#A1AE91 (or 0xA1AE91) is known color: Norway. HEX triplet: A1, AE and 91. RGB value is (161,174,145). Sum of RGB (Red+Green+Blue) = 161+174+145=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE91 is #5E516E. Grayscale: #A6A6A6. Windows color (decimal): -6181231 or 9547425. OLE color: 9547425.

HSL color Cylindrical-coordinate representation of color #A1AE91: hue angle of 86.9º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1AE91 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 174 145 -
CMYK 0.07 0 0.17 0.32
HSL 86.9º 0.15% 0.63% -
HSV(B) 86.9º 0.17% 0.68% -
XYZ 34.94 39.89 32.65 -
YUV 166.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 161 174 145 0.07 0 0.17 0.32 86.9 0.15 0.63
Hex A1 AE 91 7 0 11 20 57 F 3F
Octal 241 256 221 7 0 21 40 127 17 77
Binary 10100001 10101110 10010001 111 0 10001 100000 1010111 1111 111111

Color Harmonies of #A1AE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE91

Black with #A1AE91

Text Example


Text Example

White with #A1AE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE91; }

 p { color: rgb(161,174,145); }

 H1.HeaderClassName
 {
   color: #A1AE91;
 }
 .AnyTagClassName
 {
   color: #A1AE91;
 }
</style>

background-color css

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

 a { background-color: rgb(161,174,145); }

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

border-color css

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

 span { border-color: rgb(161,174,145); }

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