Html Css Color HEX #A1AE8F Norway

📋 copy color: '#A1AE8F'

red 161 ◦ green 174 ◦ blue 143

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

Shades of Norway #A1AE8F

Tints of Norway #A1AE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.92%

R = 33.68%
G = 36.4%
B = 29.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#A1AE8F (or 0xA1AE8F) is known color: Norway. HEX triplet: A1, AE and 8F. RGB value is (161,174,143). Sum of RGB (Red+Green+Blue) = 161+174+143=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE8F is #5E5170. Grayscale: #A6A6A6. Windows color (decimal): -6181233 or 9416353. OLE color: 9416353.

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

Color convert

RGB 161 174 143 -
CMYK 0.07 0 0.18 0.32
HSL 85.16º 0.16% 0.62% -
HSV(B) 85.16º 0.18% 0.68% -
XYZ 34.79 39.83 31.84 -
YUV 166.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 161 174 143 0.07 0 0.18 0.32 85.16 0.16 0.62
Hex A1 AE 8F 7 0 12 20 55 10 3E
Octal 241 256 217 7 0 22 40 125 20 76
Binary 10100001 10101110 10001111 111 0 10010 100000 1010101 10000 111110

Color Harmonies of #A1AE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE8F

Black with #A1AE8F

Text Example


Text Example

White with #A1AE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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