Html Css Color HEX #A1AB92 Norway

📋 copy color: '#A1AB92'

red 161 ◦ green 171 ◦ blue 146

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

Shades of Norway #A1AB92

Tints of Norway #A1AB92

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

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

R = 33.68%
G = 35.77%
B = 30.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#A1AB92 (or 0xA1AB92) is known color: Norway. HEX triplet: A1, AB and 92. RGB value is (161,171,146). Sum of RGB (Red+Green+Blue) = 161+171+146=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB92 is #5E546D. Grayscale: #A5A5A5. Windows color (decimal): -6181998 or 9612193. OLE color: 9612193.

HSL color Cylindrical-coordinate representation of color #A1AB92: hue angle of 84º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1AB92 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 171 146 -
CMYK 0.06 0 0.15 0.33
HSL 84º 0.13% 0.62% -
HSV(B) 84º 0.15% 0.67% -
XYZ 34.45 38.78 32.86 -
YUV 165.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 161 171 146 0.06 0 0.15 0.33 84 0.13 0.62
Hex A1 AB 92 6 0 F 21 54 D 3E
Octal 241 253 222 6 0 17 41 124 15 76
Binary 10100001 10101011 10010010 110 0 1111 100001 1010100 1101 111110

Color Harmonies of #A1AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB92

Black with #A1AB92

Text Example


Text Example

White with #A1AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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