Html Css Color HEX #A4B39A Norway

📋 copy color: '#A4B39A'

red 164 ◦ green 179 ◦ blue 154

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

Shades of Norway #A4B39A

Tints of Norway #A4B39A

RGB

 RED value IS 164 (64.45% from 255) = 33%

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

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

R = 33%
G = 36.02%
B = 30.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#A4B39A (or 0xA4B39A) is known color: Norway. HEX triplet: A4, B3 and 9A. RGB value is (164,179,154). Sum of RGB (Red+Green+Blue) = 164+179+154=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B39A is #5B4C65. Grayscale: #ABABAB. Windows color (decimal): -5983334 or 10138532. OLE color: 10138532.

HSL color Cylindrical-coordinate representation of color #A4B39A: hue angle of 96º 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 #A4B39A is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 179 154 -
CMYK 0.08 0 0.14 0.30
HSL 96º 0.14% 0.65% -
HSV(B) 96º 0.14% 0.7% -
XYZ 37.26 42.47 36.8 -
YUV 171.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 164 179 154 0.08 0 0.14 0.30 96 0.14 0.65
Hex A4 B3 9A 8 0 E 1E 60 E 41
Octal 244 263 232 10 0 16 36 140 16 101
Binary 10100100 10110011 10011010 1000 0 1110 11110 1100000 1110 1000001

Color Harmonies of #A4B39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B39A

Black with #A4B39A

Text Example


Text Example

White with #A4B39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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