Html Css Color HEX #A1AE8C Norway

📋 copy color: '#A1AE8C'

red 161 ◦ green 174 ◦ blue 140

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

Shades of Norway #A1AE8C

Tints of Norway #A1AE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 33.89%
G = 36.63%
B = 29.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#A1AE8C (or 0xA1AE8C) is known color: Norway. HEX triplet: A1, AE and 8C. RGB value is (161,174,140). Sum of RGB (Red+Green+Blue) = 161+174+140=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE8C is #5E5173. Grayscale: #A6A6A6. Windows color (decimal): -6181236 or 9219745. OLE color: 9219745.

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

Color convert

RGB 161 174 140 -
CMYK 0.07 0 0.20 0.32
HSL 82.94º 0.17% 0.62% -
HSV(B) 82.94º 0.2% 0.68% -
XYZ 34.57 39.74 30.66 -
YUV 166.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 161 174 140 0.07 0 0.20 0.32 82.94 0.17 0.62
Hex A1 AE 8C 7 0 14 20 53 11 3E
Octal 241 256 214 7 0 24 40 123 21 76
Binary 10100001 10101110 10001100 111 0 10100 100000 1010011 10001 111110

Color Harmonies of #A1AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE8C

Black with #A1AE8C

Text Example


Text Example

White with #A1AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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