Html Css Color HEX #A2B089 Norway

📋 copy color: '#A2B089'

red 162 ◦ green 176 ◦ blue 137

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

Shades of Norway #A2B089

Tints of Norway #A2B089

RGB

 RED value IS 162 (63.67% from 255) = 34.11%

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

 BLUE value IS 137 (53.91% from 255) = 28.84%

R = 34.11%
G = 37.05%
B = 28.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#A2B089 (or 0xA2B089) is known color: Norway. HEX triplet: A2, B0 and 89. RGB value is (162,176,137). Sum of RGB (Red+Green+Blue) = 162+176+137=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B089 is #5D4F76. Grayscale: #A7A7A7. Windows color (decimal): -6115191 or 9023650. OLE color: 9023650.

HSL color Cylindrical-coordinate representation of color #A2B089: hue angle of 81.54º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2B089 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 176 137 -
CMYK 0.08 0 0.22 0.31
HSL 81.54º 0.2% 0.61% -
HSV(B) 81.54º 0.22% 0.69% -
XYZ 34.94 40.54 29.65 -
YUV 167.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 162 176 137 0.08 0 0.22 0.31 81.54 0.2 0.61
Hex A2 B0 89 8 0 16 1F 52 14 3D
Octal 242 260 211 10 0 26 37 122 24 75
Binary 10100010 10110000 10001001 1000 0 10110 11111 1010010 10100 111101

Color Harmonies of #A2B089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B089

Black with #A2B089

Text Example


Text Example

White with #A2B089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B089; }

 p { color: rgb(162,176,137); }

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

background-color css

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

 a { background-color: rgb(162,176,137); }

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

border-color css

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

 span { border-color: rgb(162,176,137); }

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