Html Css Color HEX #A3B786 Norway

📋 copy color: '#A3B786'

red 163 ◦ green 183 ◦ blue 134

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

Shades of Norway #A3B786

Tints of Norway #A3B786

RGB

 RED value IS 163 (64.06% from 255) = 33.96%

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

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

R = 33.96%
G = 38.13%
B = 27.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#A3B786 (or 0xA3B786) is known color: Norway. HEX triplet: A3, B7 and 86. RGB value is (163,183,134). Sum of RGB (Red+Green+Blue) = 163+183+134=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B786 is #5C4879. Grayscale: #ABABAB. Windows color (decimal): -6047866 or 8828835. OLE color: 8828835.

HSL color Cylindrical-coordinate representation of color #A3B786: hue angle of 84.49º 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 #A3B786 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 183 134 -
CMYK 0.11 0 0.27 0.28
HSL 84.49º 0.25% 0.62% -
HSV(B) 84.49º 0.27% 0.72% -
XYZ 36.34 43.37 29.01 -
YUV 171.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 163 183 134 0.11 0 0.27 0.28 84.49 0.25 0.62
Hex A3 B7 86 B 0 1B 1C 54 19 3E
Octal 243 267 206 13 0 33 34 124 31 76
Binary 10100011 10110111 10000110 1011 0 11011 11100 1010100 11001 111110

Color Harmonies of #A3B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B786

Black with #A3B786

Text Example


Text Example

White with #A3B786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B786; }

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

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

background-color css

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

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

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

border-color css

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

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

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