Html Css Color HEX #A4B986 Norway

📋 copy color: '#A4B986'

red 164 ◦ green 185 ◦ blue 134

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

Shades of Norway #A4B986

Tints of Norway #A4B986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

 BLUE value IS 134 (52.73% from 255) = 27.74%

R = 33.95%
G = 38.3%
B = 27.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#A4B986 (or 0xA4B986) is known color: Norway. HEX triplet: A4, B9 and 86. RGB value is (164,185,134). Sum of RGB (Red+Green+Blue) = 164+185+134=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B986 is #5B4679. Grayscale: #ADADAD. Windows color (decimal): -5981818 or 8829348. OLE color: 8829348.

HSL color Cylindrical-coordinate representation of color #A4B986: hue angle of 84.71º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4B986 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 185 134 -
CMYK 0.11 0 0.28 0.27
HSL 84.71º 0.27% 0.63% -
HSV(B) 84.71º 0.28% 0.73% -
XYZ 36.96 44.31 29.16 -
YUV 172.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 164 185 134 0.11 0 0.28 0.27 84.71 0.27 0.63
Hex A4 B9 86 B 0 1C 1B 55 1B 3F
Octal 244 271 206 13 0 34 33 125 33 77
Binary 10100100 10111001 10000110 1011 0 11100 11011 1010101 11011 111111

Color Harmonies of #A4B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B986

Black with #A4B986

Text Example


Text Example

White with #A4B986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B986; }

 p { color: rgb(164,185,134); }

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

background-color css

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

 a { background-color: rgb(164,185,134); }

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

border-color css

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

 span { border-color: rgb(164,185,134); }

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