Html Css Color HEX #A7B49E Norway

📋 copy color: '#A7B49E'

red 167 ◦ green 180 ◦ blue 158

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

Shades of Norway #A7B49E

Tints of Norway #A7B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

 BLUE value IS 158 (62.11% from 255) = 31.29%

R = 33.07%
G = 35.64%
B = 31.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A7B49E (or 0xA7B49E) is known color: Norway. HEX triplet: A7, B4 and 9E. RGB value is (167,180,158). Sum of RGB (Red+Green+Blue) = 167+180+158=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B49E is #584B61. Grayscale: #ADADAD. Windows color (decimal): -5786466 or 10400935. OLE color: 10400935.

HSL color Cylindrical-coordinate representation of color #A7B49E: hue angle of 95.45º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7B49E is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 180 158 -
CMYK 0.07 0 0.12 0.29
HSL 95.45º 0.13% 0.66% -
HSV(B) 95.45º 0.12% 0.71% -
XYZ 38.43 43.33 38.69 -
YUV 173.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 167 180 158 0.07 0 0.12 0.29 95.45 0.13 0.66
Hex A7 B4 9E 7 0 C 1D 5F D 42
Octal 247 264 236 7 0 14 35 137 15 102
Binary 10100111 10110100 10011110 111 0 1100 11101 1011111 1101 1000010

Color Harmonies of #A7B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B49E

Black with #A7B49E

Text Example


Text Example

White with #A7B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B49E; }

 p { color: rgb(167,180,158); }

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

background-color css

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

 a { background-color: rgb(167,180,158); }

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

border-color css

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

 span { border-color: rgb(167,180,158); }

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