Html Css Color HEX #A0B087 Norway

📋 copy color: '#A0B087'

red 160 ◦ green 176 ◦ blue 135

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

Shades of Norway #A0B087

Tints of Norway #A0B087

RGB

 RED value IS 160 (62.89% from 255) = 33.97%

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

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

R = 33.97%
G = 37.37%
B = 28.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#A0B087 (or 0xA0B087) is known color: Norway. HEX triplet: A0, B0 and 87. RGB value is (160,176,135). Sum of RGB (Red+Green+Blue) = 160+176+135=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B087 is #5F4F78. Grayscale: #A6A6A6. Windows color (decimal): -6246265 or 8892576. OLE color: 8892576.

HSL color Cylindrical-coordinate representation of color #A0B087: hue angle of 83.41º 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 #A0B087 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 176 135 -
CMYK 0.09 0 0.23 0.31
HSL 83.41º 0.21% 0.61% -
HSV(B) 83.41º 0.23% 0.69% -
XYZ 34.4 40.27 28.88 -
YUV 166.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 160 176 135 0.09 0 0.23 0.31 83.41 0.21 0.61
Hex A0 B0 87 9 0 17 1F 53 15 3D
Octal 240 260 207 11 0 27 37 123 25 75
Binary 10100000 10110000 10000111 1001 0 10111 11111 1010011 10101 111101

Color Harmonies of #A0B087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B087

Black with #A0B087

Text Example


Text Example

White with #A0B087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B087; }

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

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

background-color css

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

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

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

border-color css

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

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

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