Html Css Color HEX #A7B39A Norway

📋 copy color: '#A7B39A'

red 167 ◦ green 179 ◦ blue 154

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

Shades of Norway #A7B39A

Tints of Norway #A7B39A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.8%

 BLUE value IS 154 (60.55% from 255) = 30.8%

R = 33.4%
G = 35.8%
B = 30.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#A7B39A (or 0xA7B39A) is known color: Norway. HEX triplet: A7, B3 and 9A. RGB value is (167,179,154). Sum of RGB (Red+Green+Blue) = 167+179+154=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B39A is #584C65. Grayscale: #ACACAC. Windows color (decimal): -5786726 or 10138535. OLE color: 10138535.

HSL color Cylindrical-coordinate representation of color #A7B39A: hue angle of 88.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7B39A is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 154 -
CMYK 0.07 0 0.14 0.30
HSL 88.8º 0.14% 0.65% -
HSV(B) 88.8º 0.14% 0.7% -
XYZ 37.89 42.79 36.83 -
YUV 172.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 167 179 154 0.07 0 0.14 0.30 88.8 0.14 0.65
Hex A7 B3 9A 7 0 E 1E 59 E 41
Octal 247 263 232 7 0 16 36 131 16 101
Binary 10100111 10110011 10011010 111 0 1110 11110 1011001 1110 1000001

Color Harmonies of #A7B39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B39A

Black with #A7B39A

Text Example


Text Example

White with #A7B39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B39A; }

 p { color: rgb(167,179,154); }

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

background-color css

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

 a { background-color: rgb(167,179,154); }

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

border-color css

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

 span { border-color: rgb(167,179,154); }

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