Html Css Color HEX #A1AE99 Norway

📋 copy color: '#A1AE99'

red 161 ◦ green 174 ◦ blue 153

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

Shades of Norway #A1AE99

Tints of Norway #A1AE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.35%

R = 32.99%
G = 35.66%
B = 31.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#A1AE99 (or 0xA1AE99) is known color: Norway. HEX triplet: A1, AE and 99. RGB value is (161,174,153). Sum of RGB (Red+Green+Blue) = 161+174+153=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE99 is #5E5166. Grayscale: #A7A7A7. Windows color (decimal): -6181223 or 10071713. OLE color: 10071713.

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

Color convert

RGB 161 174 153 -
CMYK 0.07 0 0.12 0.32
HSL 97.14º 0.11% 0.64% -
HSV(B) 97.14º 0.12% 0.68% -
XYZ 35.58 40.15 36.01 -
YUV 167.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 161 174 153 0.07 0 0.12 0.32 97.14 0.11 0.64
Hex A1 AE 99 7 0 C 20 61 B 40
Octal 241 256 231 7 0 14 40 141 13 100
Binary 10100001 10101110 10011001 111 0 1100 100000 1100001 1011 1000000

Color Harmonies of #A1AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE99

Black with #A1AE99

Text Example


Text Example

White with #A1AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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