Html Css Color HEX #A7B987 Norway

📋 copy color: '#A7B987'

red 167 ◦ green 185 ◦ blue 135

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

Shades of Norway #A7B987

Tints of Norway #A7B987

RGB

 RED value IS 167 (65.63% from 255) = 34.29%

 GREEN value IS 185 (72.66% from 255) = 37.99%

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

R = 34.29%
G = 37.99%
B = 27.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#A7B987 (or 0xA7B987) is known color: Norway. HEX triplet: A7, B9 and 87. RGB value is (167,185,135). Sum of RGB (Red+Green+Blue) = 167+185+135=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B987 is #584678. Grayscale: #AEAEAE. Windows color (decimal): -5785209 or 8894887. OLE color: 8894887.

HSL color Cylindrical-coordinate representation of color #A7B987: hue angle of 81.6º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7B987 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 135 -
CMYK 0.10 0 0.27 0.27
HSL 81.6º 0.26% 0.63% -
HSV(B) 81.6º 0.27% 0.73% -
XYZ 37.66 44.66 29.56 -
YUV 173.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 167 185 135 0.10 0 0.27 0.27 81.6 0.26 0.63
Hex A7 B9 87 A 0 1B 1B 52 1A 3F
Octal 247 271 207 12 0 33 33 122 32 77
Binary 10100111 10111001 10000111 1010 0 11011 11011 1010010 11010 111111

Color Harmonies of #A7B987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B987

Black with #A7B987

Text Example


Text Example

White with #A7B987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B987; }

 p { color: rgb(167,185,135); }

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

background-color css

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

 a { background-color: rgb(167,185,135); }

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

border-color css

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

 span { border-color: rgb(167,185,135); }

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