Html Css Color HEX #A7B49D Norway

📋 copy color: '#A7B49D'

red 167 ◦ green 180 ◦ blue 157

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

Shades of Norway #A7B49D

Tints of Norway #A7B49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 33.13%
G = 35.71%
B = 31.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A7B49D (or 0xA7B49D) is known color: Norway. HEX triplet: A7, B4 and 9D. RGB value is (167,180,157). Sum of RGB (Red+Green+Blue) = 167+180+157=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B49D is #584B62. Grayscale: #ADADAD. Windows color (decimal): -5786467 or 10335399. OLE color: 10335399.

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

Color convert

RGB 167 180 157 -
CMYK 0.07 0 0.13 0.29
HSL 93.91º 0.13% 0.66% -
HSV(B) 93.91º 0.13% 0.71% -
XYZ 38.34 43.29 38.23 -
YUV 173.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 167 180 157 0.07 0 0.13 0.29 93.91 0.13 0.66
Hex A7 B4 9D 7 0 D 1D 5E D 42
Octal 247 264 235 7 0 15 35 136 15 102
Binary 10100111 10110100 10011101 111 0 1101 11101 1011110 1101 1000010

Color Harmonies of #A7B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B49D

Black with #A7B49D

Text Example


Text Example

White with #A7B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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