Html Css Color HEX #A1AE92 Norway

📋 copy color: '#A1AE92'

red 161 ◦ green 174 ◦ blue 146

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

Shades of Norway #A1AE92

Tints of Norway #A1AE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 33.47%
G = 36.17%
B = 30.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#A1AE92 (or 0xA1AE92) is known color: Norway. HEX triplet: A1, AE and 92. RGB value is (161,174,146). Sum of RGB (Red+Green+Blue) = 161+174+146=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE92 is #5E516D. Grayscale: #A7A7A7. Windows color (decimal): -6181230 or 9612961. OLE color: 9612961.

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

Color convert

RGB 161 174 146 -
CMYK 0.07 0 0.16 0.32
HSL 87.86º 0.15% 0.63% -
HSV(B) 87.86º 0.16% 0.68% -
XYZ 35.02 39.92 33.05 -
YUV 166.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 161 174 146 0.07 0 0.16 0.32 87.86 0.15 0.63
Hex A1 AE 92 7 0 10 20 58 F 3F
Octal 241 256 222 7 0 20 40 130 17 77
Binary 10100001 10101110 10010010 111 0 10000 100000 1011000 1111 111111

Color Harmonies of #A1AE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE92

Black with #A1AE92

Text Example


Text Example

White with #A1AE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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