Html Css Color HEX #A4B091 Norway

📋 copy color: '#A4B091'

red 164 ◦ green 176 ◦ blue 145

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

Shades of Norway #A4B091

Tints of Norway #A4B091

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 33.81%
G = 36.29%
B = 29.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#A4B091 (or 0xA4B091) is known color: Norway. HEX triplet: A4, B0 and 91. RGB value is (164,176,145). Sum of RGB (Red+Green+Blue) = 164+176+145=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B091 is #5B4F6E. Grayscale: #A8A8A8. Windows color (decimal): -5984111 or 9547940. OLE color: 9547940.

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

Color convert

RGB 164 176 145 -
CMYK 0.07 0 0.18 0.31
HSL 83.23º 0.16% 0.63% -
HSV(B) 83.23º 0.18% 0.69% -
XYZ 35.95 40.99 32.8 -
YUV 168.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 164 176 145 0.07 0 0.18 0.31 83.23 0.16 0.63
Hex A4 B0 91 7 0 12 1F 53 10 3F
Octal 244 260 221 7 0 22 37 123 20 77
Binary 10100100 10110000 10010001 111 0 10010 11111 1010011 10000 111111

Color Harmonies of #A4B091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B091

Black with #A4B091

Text Example


Text Example

White with #A4B091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B091; }

 p { color: rgb(164,176,145); }

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

background-color css

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

 a { background-color: rgb(164,176,145); }

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

border-color css

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

 span { border-color: rgb(164,176,145); }

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