Html Css Color HEX #A1AE95 Norway

📋 copy color: '#A1AE95'

red 161 ◦ green 174 ◦ blue 149

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

Shades of Norway #A1AE95

Tints of Norway #A1AE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 33.26%
G = 35.95%
B = 30.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#A1AE95 (or 0xA1AE95) is known color: Norway. HEX triplet: A1, AE and 95. RGB value is (161,174,149). Sum of RGB (Red+Green+Blue) = 161+174+149=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE95 is #5E516A. Grayscale: #A7A7A7. Windows color (decimal): -6181227 or 9809569. OLE color: 9809569.

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

Color convert

RGB 161 174 149 -
CMYK 0.07 0 0.14 0.32
HSL 91.2º 0.13% 0.63% -
HSV(B) 91.2º 0.14% 0.68% -
XYZ 35.26 40.02 34.3 -
YUV 167.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 161 174 149 0.07 0 0.14 0.32 91.2 0.13 0.63
Hex A1 AE 95 7 0 E 20 5B D 3F
Octal 241 256 225 7 0 16 40 133 15 77
Binary 10100001 10101110 10010101 111 0 1110 100000 1011011 1101 111111

Color Harmonies of #A1AE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE95

Black with #A1AE95

Text Example


Text Example

White with #A1AE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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