Html Css Color HEX #A4BA8F Norway

📋 copy color: '#A4BA8F'

red 164 ◦ green 186 ◦ blue 143

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

Shades of Norway #A4BA8F

Tints of Norway #A4BA8F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 33.27%
G = 37.73%
B = 29.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#A4BA8F (or 0xA4BA8F) is known color: Norway. HEX triplet: A4, BA and 8F. RGB value is (164,186,143). Sum of RGB (Red+Green+Blue) = 164+186+143=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA8F is #5B4570. Grayscale: #AEAEAE. Windows color (decimal): -5981553 or 9419428. OLE color: 9419428.

HSL color Cylindrical-coordinate representation of color #A4BA8F: hue angle of 90.7º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4BA8F is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 186 143 -
CMYK 0.12 0 0.23 0.27
HSL 90.7º 0.24% 0.65% -
HSV(B) 90.7º 0.23% 0.73% -
XYZ 37.83 44.99 32.68 -
YUV 174.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 164 186 143 0.12 0 0.23 0.27 90.7 0.24 0.65
Hex A4 BA 8F C 0 17 1B 5B 18 41
Octal 244 272 217 14 0 27 33 133 30 101
Binary 10100100 10111010 10001111 1100 0 10111 11011 1011011 11000 1000001

Color Harmonies of #A4BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA8F

Black with #A4BA8F

Text Example


Text Example

White with #A4BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA8F; }

 p { color: rgb(164,186,143); }

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

background-color css

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

 a { background-color: rgb(164,186,143); }

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

border-color css

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

 span { border-color: rgb(164,186,143); }

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