Html Css Color HEX #A1B094 Norway

📋 copy color: '#A1B094'

red 161 ◦ green 176 ◦ blue 148

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

Shades of Norway #A1B094

Tints of Norway #A1B094

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 33.2%
G = 36.29%
B = 30.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#A1B094 (or 0xA1B094) is known color: Norway. HEX triplet: A1, B0 and 94. RGB value is (161,176,148). Sum of RGB (Red+Green+Blue) = 161+176+148=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B094 is #5E4F6B. Grayscale: #A8A8A8. Windows color (decimal): -6180716 or 9744545. OLE color: 9744545.

HSL color Cylindrical-coordinate representation of color #A1B094: hue angle of 92.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1B094 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 176 148 -
CMYK 0.09 0 0.16 0.31
HSL 92.14º 0.15% 0.64% -
HSV(B) 92.14º 0.16% 0.69% -
XYZ 35.57 40.77 34.01 -
YUV 168.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 161 176 148 0.09 0 0.16 0.31 92.14 0.15 0.64
Hex A1 B0 94 9 0 10 1F 5C F 40
Octal 241 260 224 11 0 20 37 134 17 100
Binary 10100001 10110000 10010100 1001 0 10000 11111 1011100 1111 1000000

Color Harmonies of #A1B094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B094

Black with #A1B094

Text Example


Text Example

White with #A1B094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B094; }

 p { color: rgb(161,176,148); }

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

background-color css

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

 a { background-color: rgb(161,176,148); }

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

border-color css

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

 span { border-color: rgb(161,176,148); }

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