Html Css Color HEX #A4B786 Norway

📋 copy color: '#A4B786'

red 164 ◦ green 183 ◦ blue 134

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

Shades of Norway #A4B786

Tints of Norway #A4B786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.05%

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

R = 34.1%
G = 38.05%
B = 27.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#A4B786 (or 0xA4B786) is known color: Norway. HEX triplet: A4, B7 and 86. RGB value is (164,183,134). Sum of RGB (Red+Green+Blue) = 164+183+134=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B786 is #5B4879. Grayscale: #ABABAB. Windows color (decimal): -5982330 or 8828836. OLE color: 8828836.

HSL color Cylindrical-coordinate representation of color #A4B786: hue angle of 83.27º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4B786 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 134 -
CMYK 0.10 0 0.27 0.28
HSL 83.27º 0.25% 0.62% -
HSV(B) 83.27º 0.27% 0.72% -
XYZ 36.55 43.48 29.02 -
YUV 171.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 164 183 134 0.10 0 0.27 0.28 83.27 0.25 0.62
Hex A4 B7 86 A 0 1B 1C 53 19 3E
Octal 244 267 206 12 0 33 34 123 31 76
Binary 10100100 10110111 10000110 1010 0 11011 11100 1010011 11001 111110

Color Harmonies of #A4B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B786

Black with #A4B786

Text Example


Text Example

White with #A4B786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B786; }

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

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

background-color css

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

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

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

border-color css

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

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

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