Html Css Color HEX #A4B49A Norway

📋 copy color: '#A4B49A'

red 164 ◦ green 180 ◦ blue 154

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

Shades of Norway #A4B49A

Tints of Norway #A4B49A

RGB

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

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

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

R = 32.93%
G = 36.14%
B = 30.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A4B49A (or 0xA4B49A) is known color: Norway. HEX triplet: A4, B4 and 9A. RGB value is (164,180,154). Sum of RGB (Red+Green+Blue) = 164+180+154=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B49A is #5B4B65. Grayscale: #ACACAC. Windows color (decimal): -5983078 or 10138788. OLE color: 10138788.

HSL color Cylindrical-coordinate representation of color #A4B49A: hue angle of 96.92º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4B49A is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 154 -
CMYK 0.09 0 0.14 0.29
HSL 96.92º 0.15% 0.65% -
HSV(B) 96.92º 0.14% 0.71% -
XYZ 37.46 42.87 36.87 -
YUV 172.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 164 180 154 0.09 0 0.14 0.29 96.92 0.15 0.65
Hex A4 B4 9A 9 0 E 1D 61 F 41
Octal 244 264 232 11 0 16 35 141 17 101
Binary 10100100 10110100 10011010 1001 0 1110 11101 1100001 1111 1000001

Color Harmonies of #A4B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B49A

Black with #A4B49A

Text Example


Text Example

White with #A4B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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