Html Css Color HEX #A4B19A Norway

📋 copy color: '#A4B19A'

red 164 ◦ green 177 ◦ blue 154

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

Shades of Norway #A4B19A

Tints of Norway #A4B19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.76%

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

R = 33.13%
G = 35.76%
B = 31.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A4B19A (or 0xA4B19A) is known color: Norway. HEX triplet: A4, B1 and 9A. RGB value is (164,177,154). Sum of RGB (Red+Green+Blue) = 164+177+154=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B19A is #5B4E65. Grayscale: #AAAAAA. Windows color (decimal): -5983846 or 10138020. OLE color: 10138020.

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

Color convert

RGB 164 177 154 -
CMYK 0.07 0 0.13 0.31
HSL 93.91º 0.13% 0.65% -
HSV(B) 93.91º 0.13% 0.69% -
XYZ 36.86 41.67 36.67 -
YUV 170.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 164 177 154 0.07 0 0.13 0.31 93.91 0.13 0.65
Hex A4 B1 9A 7 0 D 1F 5E D 41
Octal 244 261 232 7 0 15 37 136 15 101
Binary 10100100 10110001 10011010 111 0 1101 11111 1011110 1101 1000001

Color Harmonies of #A4B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B19A

Black with #A4B19A

Text Example


Text Example

White with #A4B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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