Html Css Color HEX #A1AE94 Norway

📋 copy color: '#A1AE94'

red 161 ◦ green 174 ◦ blue 148

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

Shades of Norway #A1AE94

Tints of Norway #A1AE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 33.33%
G = 36.02%
B = 30.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#A1AE94 (or 0xA1AE94) is known color: Norway. HEX triplet: A1, AE and 94. RGB value is (161,174,148). Sum of RGB (Red+Green+Blue) = 161+174+148=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE94 is #5E516B. Grayscale: #A7A7A7. Windows color (decimal): -6181228 or 9744033. OLE color: 9744033.

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

Color convert

RGB 161 174 148 -
CMYK 0.07 0 0.15 0.32
HSL 90º 0.14% 0.63% -
HSV(B) 90º 0.15% 0.68% -
XYZ 35.18 39.99 33.88 -
YUV 167.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 161 174 148 0.07 0 0.15 0.32 90 0.14 0.63
Hex A1 AE 94 7 0 F 20 5A E 3F
Octal 241 256 224 7 0 17 40 132 16 77
Binary 10100001 10101110 10010100 111 0 1111 100000 1011010 1110 111111

Color Harmonies of #A1AE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE94

Black with #A1AE94

Text Example


Text Example

White with #A1AE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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