Html Css Color HEX #A2B087 Norway

📋 copy color: '#A2B087'

red 162 ◦ green 176 ◦ blue 135

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

Shades of Norway #A2B087

Tints of Norway #A2B087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 34.25%
G = 37.21%
B = 28.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#A2B087 (or 0xA2B087) is known color: Norway. HEX triplet: A2, B0 and 87. RGB value is (162,176,135). Sum of RGB (Red+Green+Blue) = 162+176+135=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B087 is #5D4F78. Grayscale: #A7A7A7. Windows color (decimal): -6115193 or 8892578. OLE color: 8892578.

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

Color convert

RGB 162 176 135 -
CMYK 0.08 0 0.23 0.31
HSL 80.49º 0.21% 0.61% -
HSV(B) 80.49º 0.23% 0.69% -
XYZ 34.8 40.48 28.9 -
YUV 167.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 162 176 135 0.08 0 0.23 0.31 80.49 0.21 0.61
Hex A2 B0 87 8 0 17 1F 50 15 3D
Octal 242 260 207 10 0 27 37 120 25 75
Binary 10100010 10110000 10000111 1000 0 10111 11111 1010000 10101 111101

Color Harmonies of #A2B087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B087

Black with #A2B087

Text Example


Text Example

White with #A2B087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B087; }

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

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

background-color css

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

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

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

border-color css

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

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

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